@charset "UTF-8";
/* Header */
/* Footer */
/* Breakpoints */
:root {
  --side-bar-container__level: 3000;
  --side-bar-overlay__level: 3001;
  --side-bar__level: 3002;
  --modal-container__level: 3000;
  --modal-overlay__level: 3001;
  --modal__level: 3002;
}
@media (min-width: 335px) and (max-width: 757px) {
  :root {
    --header__height: 56px;
  }
}
@media (min-width: 758px) and (max-width: 1023px) {
  :root {
    --header__height: 56px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header__height: 80px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  background-color: var(--color-white);
}
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

body {
  line-height: normal;
}

/* reset */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
}

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

input,
textarea:focus {
  outline: none;
}

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

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  opacity: 0;
  position: absolute;
  right: 0;
} /* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  opacity: 0;
  position: absolute;
  right: 0;
}

button {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  font-size: 0;
}

a,
button {
  -webkit-tap-highlight-color: transparent !important;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  cursor: pointer;
}

textarea {
  resize: vertical; /* 사용자가 수직 방향으로 크기 조정할 수 있도록 설정 */
  padding: 0;
  border: none;
  outline: none;
  overflow: auto;
  background-color: transparent; /* 배경색을 투명하게 설정 */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* 혹은 원하는 크기 지정 */
}

@font-face {
  font-family: "Pretendard";
  src: url("../assets/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../assets/fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../assets/fonts/Pretendard/Pretendard-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../assets/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../assets/fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../assets/fonts/Pretendard/Pretendard-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../assets/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../assets/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../assets/fonts/Pretendard/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../assets/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../assets/fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../assets/fonts/Pretendard/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../assets/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../assets/fonts/Pretendard/Pretendard-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/Outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/Outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  /* Primary Color */
  --color-primary: #0167ab;
  --color-primary-hover: #015c98;
  --color-point: #0093bd;
  --color-white: #fff;
  --color-black: #001432;
  --color-failure: #f6354c;
  /* Greys */
  --color-grey-01: #bfc2c8;
  --color-grey-02: #b0b0b0;
  --color-grey-03: #3e4654;
  /* Borders */
  --color-border: #d8dde7;
  /* background */
  --theme__background-color-01: #3c4b77;
  /* Inactive */
  --theme__inactive-background-color: #e2e2e2;
  --theme__inactive-color: #b0b0b0;
}/*# sourceMappingURL=main.css.map */