@charset "UTF-8";

/********** reset CSS **********/
body,
div,
p,
a,
ul,
ol,
li,
input,
button {
  padding: 0;
  margin: 0;
}

div,
ul,
ol,
li,
a,
p,
span,
input,
button,
select {
  font-family: "Pretendard", Dotum, Helvetica, AppleGothic, Sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  background-color: unset;
  cursor: pointer;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/********** reset CSS END **********/

:root {
  --main-color-1: #e53180;
  --gray-color-1: #f2f4f6;
  --black-color-1: #2f2e31;
  --baemin-color-1: rgb(42, 193, 188);
}