@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@import url(https://fonts.googleapis.com/css?family=Teko);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

/* reset */
html,
body,
div,
span,
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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1;
  color: #4e5568;
  font-size: 14px;
  font-family: "Noto Sans KR", Malgun Gothic, Dotum, sans-serif;
  font-weight: 400;
}
*:first-child + html body {
  word-wrap: normal;
} /* ie break-word bug(float box) */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
img,
fieldset {
  border: 0 none;
}
img,
input,
select {
  vertical-align: middle;
}
input,
select,
textarea {
  color: #4e5568;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #4e5568;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
legend {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
caption {
  display: none;
}
hr#null {
  display: block;
} /* 에디터 선긋기 */
input.checkbox {
  vertical-align: middle;
}
.button,
label {
  cursor: pointer;
  font-weight: normal;
}
textarea:focus {
  outline: none;
  background: none;
  background-color: #f0f0f0;
}
textarea {
  resize: vertical;
}
.hidden,
.blind {
  display: block;
  position: absolute !important;
  left: -9999em;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.clear_both {
  clear: both !important;
}
figcaption {
  color: #959595;
  font-size: 13px;
}
::-webkit-input-placeholder {
  color: #bbbfc9;
}
::-moz-placeholder {
  color: #bbbfc9;
}
:-ms-input-placeholder {
  color: #bbbfc9;
}
input:-moz-placeholder {
  color: #bbbfc9;
}
input.button {
  -webkit-appearance: none;
}
button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
  font-family: "Noto Sans KR", Malgun Gothic, Dotum, sans-serif;
}
input.text {
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  background-color: none;
  color: #fff;
}

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
time {
  display: inline;
}
html,
body {
  height: 100%;
}
body {
  min-width: 1420px;
  background-color: #eee;
}
strong,
.bold {
  font-weight: 400;
}

/* skip */
#skipToContent a {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  top: -999em;
  z-index: 99999999;
  font-size: 12px;
}
#skipToContent a:focus {
  position: absolute;
  top: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background: #281819;
}

/* IE8 */
@media \0screen {
}
/* w1921~ */
@media all and (min-width: 1921px) {
}

/* IE8대응 */
.ie8 {
  letter-spacing: -1px;
}
