@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/sangju/SangjuDajungdagam.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: #222;
  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: 30px;
  padding-right: 30px;
}
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;
  opacity: 0.5;
  font-size: 1.0625rem;
}
input[type=checkbox] + label::before, input[type=radio] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  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: 2px solid #AAAAAA;
  border-radius: 100%;
}
input[type=checkbox]:checked + label, input[type=radio]:checked + label {
  opacity: 1;
}
input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before {
  content: "";
  background-image: url(/img/checkbox__check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #37A053;
}

/**************************************** input 끝*/
/**************************************** select 시작*/
select {
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(/img/select__arrow.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/**************************************** 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: 30px;
}

figure {
  margin: 0;
}

/**************************************** base 끝*/
@media screen and (max-width: 1024px) {
  input {
    padding-left: 25px;
    padding-right: 25px;
  }
  select {
    padding-left: 25px;
    padding-right: 25px;
    background-position: right 25px center;
  }
  textarea {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  input {
    padding-left: 20px;
    padding-right: 20px;
  }
  select {
    padding-left: 20px;
    padding-right: 20px;
    background-position: right 20px center;
  }
  textarea {
    padding: 20px;
  }
}/*# sourceMappingURL=base.css.map */