html,
body,
pre,
button,
select,
textarea,
[type='button'],
[type='submit'],
[type='text'],
[type='password'],
[type='search'],
[type='email'],
[type='url'],
[type='number'],
[type='tel'],
[type='file'] {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  color: #000;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html,
#wrap,
#wrap > .container,
#wrap > .container > main
{
  /*overflow-x: hidden;*/
}

.no-js {
  display:none;
}

button:focus,
[type='button']:focus,
[type='submit']:focus {
  outline-width: 1px;
  outline-style: dotted;
}

button {
  cursor: pointer;
}

label {
  cursor: pointer;
}

h2, h3, h4, h5 {
  line-height: 1.2em;
  word-break: keep-all;
}
p, span, a {
  line-height: 1.5em;
  word-break: keep-all;
}
em {
  font-weight: bold;
}


/* 공통 CSS */
.hidden-text {
  display: block;
  text-indent: -9999px !important;
}
.bold {
  font-weight: bold;
}