@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**************************************** base 시작*/
html,
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  color: rgba(37, 42, 62, 0.75);
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}

input,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

/**************************************** input 시작*/
input {
  padding-left: 15px;
  padding-right: 15px;
}
input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type=checkbox] + label::before, input[type=radio] + label::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B9BFD1;
}
input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before {
  background-image: url(/img/checkbox__check.svg);
  background-color: #0F83A3;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #0F83A3;
}
input[type=checkbox] + label {
  color: #B9BFD1;
  font-weight: 500;
}
input[type=checkbox] + label span {
  display: contents;
  color: #0F83A3;
}
input[type=checkbox] + label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
input[type=checkbox]:checked + label {
  color: #0F83A3;
}
input[type=radio] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}

/**************************************** input 끝*/
/**************************************** select 시작*/
select {
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(/img/select__arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}

/**************************************** select 끝*/
address {
  font-style: normal;
}

button {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: 0;
  background: none;
  outline: 0;
  color: inherit;
}

textarea {
  resize: none;
  padding: 15px;
}

figure {
  margin: 0;
}

/**************************************** base 끝*/
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  input[type=radio] + label::before {
    width: 20px;
    height: 20px;
    background-size: 12px;
  }
}/*# sourceMappingURL=base.css.map */