@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");
@import url('https://webfontworld.github.io/gonggames/EsaManru.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**************************************** base 시작*/

html,
body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "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;
  backface-visibility: hidden;
  max-width: 100%;
}

/* table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
} */

input,
textarea,
select {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -1px;
  padding-left: 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: inherit;
}

select{
  background-color: #fff;
  padding-left: 20px;
  color: #222;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  cursor: pointer;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: 0;
  background: none;
  outline: 0;
  color: #222;
}

textarea {
  resize: none;
  padding: 15px;
}

figure{
  margin: 0;
}

/**************************************** base 끝*/



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1240px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 14px;
  }

}

@media screen and (max-width: 540px) {

  html,
  body {
    font-size: 13px;
  }

}