@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: border-box;
}

body {
  font-family: "맑은 고딕", malgun gothic, "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1px;
  color: #666;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong {
  font-weight: 700;
}

:lang(en) {
  letter-spacing: 0;
}

/* 테이블 스타일 초기화 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

th, td {
  font-weight: 500;
}

td {
  word-wrap: break-word;
  word-break: keep-all;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

address, caption, em, var {
  font-style: normal;
  font-weight: inherit;
}

/* 링크 */
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

[role=button] {
  outline: none;
}

/* 이미지, 폼관련 요소 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

label {
  cursor: pointer;
}

select,
input,
textarea {
  width: 100%;
  vertical-align: middle;
  border: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

input[type=password] {
  font-family: sans-serif;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email],
input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel] {
  height: 45px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

input[type=password]:focus {
  color: #000;
}

input:disabled {
  opacity: 1;
  background: #fff;
}

::-webkit-input-placeholder {
  color: #555;
  font-weight: 500;
}

::-moz-placeholder {
  color: #555;
  font-weight: 500;
}

::placeholder {
  color: #555;
  font-weight: 500;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  height: 45px;
}
select option {
  color: #000;
}

textarea {
  padding: 15px;
  overflow: auto;
  resize: none;
  line-height: 1.5;
}

button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

pre {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}/*# sourceMappingURL=common.css.map */