@charset "UTF-8";
@import url('/m/asset/font/nanumsquare.css');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: none;
}

body {
  font-family: 'NanumSquare', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: -0.02rem;
  color: #333;
  /* overflow: hidden; */
}

ul, li {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

a, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, span, p, em {
  margin: 0;
}

h1 {
  font-size: 21px;
  font-weight: 800;
}

.wrap {
  width: 100%;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

select {
  -webkit-appearance: none;
  background-color: white;
}

input {
  color: inherit;
  border-color: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="password"] {
  font: small-caption;
}

input::-ms-input-placeholder {
  color: #b8b6b2;
}

input::-webkit-input-placeholder {
  color: #b8b6b2;
}

input::-moz-placeholder {
  color: #b8b6b2;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit;
}
