@charset "UTF-8";

:root {
  --color-green: #2db976;
  --color-green-bg: #ebffef;
  --color-red: #e2646f;
  --color-red-bg: #ffedef;
  --color-blue: #3db0fc;
  --color-yellow: #fec45e;
  --color-font-primary: #424654;
  --color-font-default: #646772;
  --color-font-sub: #8b8e96;
  --color-font-lightgray: #c1c3cb;
  --color-font-whitegray: #e8e8ea;
  --color-border: #e2e4e7;
  --font-inter: "Inter", sans-serif;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-center {
  text-align: center;
}

html,
body,
* {
  font-family: "Pretendard Variable", "Inter", sans-serif;
}

body {
  letter-spacing: -0.02em;
  /* min-width: 360px; */
  color: #222;
  height: 100%;
}

.inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type="number"] {
  -moz-appearance: textfield;
}

button:disabled {
  opacity: 0.15;
  cursor: default;
}
