@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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**************************************** base 시작*/

html,
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  color: #111;
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  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: 'Noto Sans KR', sans-serif;
  letter-spacing: -1px;
  padding-left: 15px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  cursor: pointer;
  font-family: 'Noto Sans KR', sans-serif;
  border: 0;
  background: none;
  outline: 0;
}

textarea {
  padding: 15px;
}

/**************************************** 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;
  }

}

@media screen and (max-width: 414px) {

}