html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", "Noto Sans SC";
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */

  /* min-height: 400px; */
  /* margin-bottom: 100px; */
  clear: both;
}

html,
body {
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.hide {
  display: none !important;
}

a {
  text-decoration: none;
}

a:hover {}

a:visited {}

label {
  display: block;
}

p {
  margin: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

@media all and (max-width:360px) {

  html,
  body {
    overflow-x: visible;
  }

  body {
    position: relative
  }
}

@media all and (min-width:361px) and (max-width:1280px) {

  html,
  body {
    overflow-x: visible;
  }

}

@media all and (max-width:840px) {
}

@media all and (min-width:841px) {

  html,
  body {
    overflow-x: unset;
    height: unset;
    padding-bottom: unset;
  }
}
