@charset 'utf-8';
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/story/font/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/story/font/Roboto.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/story/font/Roboto-Bold.woff) format('woff');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(/story/font/NotoSansKR-Light.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Light.woff) format('woff'),
        url(/story/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/story/font/NotoSansKR-Regular.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Regular.woff) format('woff'),
        url(/story/font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/story/font/NotoSansKR-Medium.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Medium.woff) format('woff'),
        url(/story/font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/story/font/NotoSansKR-Bold.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Bold.woff) format('woff'),
        url(/story/font/NotoSansKR-Bold.otf) format('opentype');
}


@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(/story/font/NotoSansKR-Light.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Light.woff) format('woff'),
        url(/story/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/story/font/NotoSansKR-Regular.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Regular.woff) format('woff'),
        url(/story/font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/story/font/NotoSansKR-Medium.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Medium.woff) format('woff'),
        url(/story/font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/story/font/NotoSansKR-Bold.woff2) format('woff2'),
        url(/story/font/NotoSansKR-Bold.woff) format('woff'),
        url(/story/font/NotoSansKR-Bold.otf) format('opentype');
}


@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(/story/font/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/story/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/story/font/NanumSquareR.woff2) format('woff2'),
       url(/story/font/NanumSquareR.woff) format('woff'),
       url(/story/font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(/story/font/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/story/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/story/font/NanumSquareB.woff2) format('woff2'),
       url(/story/font/NanumSquareB.woff) format('woff'),
       url(/story/font/NanumSquareB.ttf) format('truetype');
}


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;
  vertical-align: baseline;
  border: 0;
}
em {
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Noto Sans KR', "Malgun Gothic", sans-serif;
  color: #000;
  font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic !important;
}
label {
  cursor: pointer;
}
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}
input[type='text'],
input[type='password'],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
textarea {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Noto Sans KR', "Malgun Gothic", sans-serif;
  color: #000;
}
ul,
li,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  font-size: 0;
  line-height: 0;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
}
legend,
hr {
  font-size: 0;
  position: absolute;
  z-index: -1;
  left: -999px;
  visibility: hidden;
  width: 0;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Button */
button {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Noto Sans KR', "Malgun Gothic", sans-serif;
  color: #000;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:focus {
  outline: 0 !important;
}
/* skip navigation */
.accessibilityWrap dd a {
  font-size: 1.3em;
  position: absolute;
  z-index: 500;
  top: -10000px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.accessibilityWrap dd a:hover,
.accessibilityWrap dd a:focus,
.accessibilityWrap dd a:active {
  font-weight: bold;
  position: absolute;
  z-index: 500;
  top: 0;
  padding: 15px 0;
  color: #fff;
  background: #1d60a7;
}
.blind {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
/* clearfix */
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \ */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* //clearfix */
input:-moz-read-only {
  /* For Firefox */
  background-color: #f2f2f2 !important;
}
input:read-only {
  background-color: #f2f2f2  !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}
