@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* reset */
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
fieldset,
form,
legend,
table,
caption,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
}

body {
  overflow-y: scroll;
  font-family: "pretendard";
  line-height: 1.1875;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
span {
  display: inline-block;
}

button {
  outline: none;
  border: 0;
  border-radius: 4px;
  height: 44px;
  line-height: 1;
}

input,
select {
  width: 100%;
  height: 42px;
  outline: none;
  color: #32354d;
}
input {
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  color: #32354d;
}
input::placeholder {
  color: rgba(50, 53, 77, 0.24);
}
img {
  object-fit: cover;
  object-position: center;
}
td {
  border: 1px solid #e7e7e7;
}
@media (max-width: 1190px) {
  button {
    height: 42px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1600px;
}
