* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    line-height: 1.5em;
}
html,
body {
    margin: auto;
    padding: 0;
    width: 100%;
    background-color: var(--white);
    font-size: 14px;
    /* overflow-x: hidden !important; */
    position: relative;
}
button {
    all: unset;
}
a {
    all: unset;
    cursor: pointer;
}
img {
    vertical-align: middle;
    object-fit: cover;
}
:root {
  --bs-primary: #067a6c !important;
    --primary-100: #067a6c;
    --primary-80: #379589;
    --primary-60: #6aafa5;
    --primary-40: #9bcac4;
    --primary-20: #cee4e1;
    --secondary-100: #f08300;
    --secondary-80: #ee955a;
    --secondary-60: #f3b083;
    --secondary-40: #f7caac;
    --secondary-40: #fbe4d5;
        --dark-100: #202731;
    --dark-75: #575d64;
    --dark-50: #8f9398;
    --dark-25: #c7c9cb;
    --dark-10: #f8f9fa;
    --text: #000000;
    --input-text: #5d5d5d;
    --black: #000000;
    --white: #ffffff;
    --green: #149d58;
    --red: #ff2d2d;
    --yellow: #ffca57;
    --grey: #7c8894;
    --surface: #ffffff;
    --background: #f3f3f3;
  }
  p {
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 100;
    margin-bottom: .5rem;
    line-height: 1.2;
    width: 100%;
  }
  i {
    vertical-align: middle;
  }
