@charset "utf-8";

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  user-select: none;
  font-family: '맑은 고딕', Arial, '돋움', sans-serif;
}
label {
  font-family: '맑은 고딕', Arial, '돋움', sans-serif;
}

input[type="submit"] {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
select {
  text-transform: none;
  vertical-align: baseline;
}
button,
input {
  overflow: visible;
}


button span {
  position: relative;
  top: 1px;
}

input[type=text]::-ms-clear {
  display:none;
}

body, div, ul, li, ol, dl, dt, dd, p, span, a, h1, h2, h3, h4, h5, h6, form, legend, label, input, textarea, table, thead, tfoot, tbody, th, td, address, strong, em, pre, q, abbr, cite {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 13px;
  letter-spacing: -0.5px;
}

label, select, input, textarea {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, hr {
  border: 0;
  margin: 0;
  padding: 0;
}

label, select, input, textarea {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

table td img {
  vertical-align: middle;
}

a:link, a:visited {
  color: #666;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333;
  text-decoration: none;
}
a {
  background-color: transparent;
}

hr {
  clear: both;
  display: none;
}

caption, legend {
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input[type="text"] {
  line-height: normal;
}

a, select, input[type=radio], input[type=checkbox], input[type=button], button {
  cursor: pointer;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.mode-us-only {
  ime-mode: disabled;
}

.mode-kor {
  ime-mode: active;
}

.mode-us {
  ime-mode: inactive;
}

header, section, nav, article, footer, main {
  display: block;
}