@charset "UTF-8";
@import url(font.css);
/* reset */
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  color: #111;
  font-family: 'SpoqaHanSansNeo', 'Malgun Gothic', 'AppleGothicNeoSD', 'Apple SD 산돌고딕 Neo', 'Droid sans', 'dotum', '돋움', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

input, textarea, button, select {
  letter-spacing: .2px;
  font-family: 'SpoqaHanSansNeo', 'Malgun Gothic', 'AppleGothicNeoSD', 'Apple SD 산돌고딕 Neo', 'Droid sans', 'dotum', '돋움', sans-serif;
}

html, body, div, span, button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

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

form {
  margin: 0;
  padding: 0;
}

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

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

a, a:link, a:visited, a:active, a:hover,
button, button:link, button:visited, button:active, button:hover,
select, select:link, select:visited, select:active, select:hover {
  text-decoration: none;
  color: #111;
}

input, button {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  letter-spacing: .2px;
  color: #111;
  vertical-align: middle;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button, label {
  cursor: pointer;
}

select {
  color: #111;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-repeat: no-repeat;
  background-position: center right;
}

input[type='text'], input[type='password'] {
  height: 38px;
  padding: 0;
  background: #fff;
}

input[type='radio'], input[type='checkbox'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: none;
}

em, address {
  font-style: normal;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.editor-wrap p {
  margin: 15px 0;
}

.editor-wrap ul {
  margin: 15px 0;
  list-style: disc;
  padding-left: 20px;
}

.editor-wrap ul li {
  list-style: disc;
}

.editor-wrap ol {
  margin: 15px 0;
  list-style: decimal;
  padding-left: 20px;
}

.editor-wrap ol li {
  list-style: decimal;
}

.editor-wrap .editor-table-wrap {
  overflow-x: auto;
  margin: 15px 0;
}

.editor-wrap table {
  table-layout: fixed;
  border: 1px solid #ddd;
}

.editor-wrap th, .editor-wrap td {
  border: 1px solid #ddd;
}

.editor-wrap hr {
  display: block;
}

.editor-wrap em, .editor-wrap address {
  font-style: italic;
}
