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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  font-family: "Noto Sans KR", sans-serif !important;
}

body {
  min-width: 360px;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
  padding-top: 149px;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body {
    padding-top: 79px;
    font-size: 16px;
  }
}

hr {
  display: block;
  border: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
}

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
}

/* common */
section {
  padding: 100px 0 200px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0 160px;
  }
}

/* page-header */
.page-header {
  background-color: rgba(46, 187, 0, 0.8);
}
/* story */
.story .section-content > ol > li figure img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.story .section-content > ol > li .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.story .section-content > ol > li .box > div {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}
.story .section-content > ol > li .box .details {
  padding-bottom: 60px;
}
.story .section-content > ol > li .box .details > dl {
  display: inline-block;
  text-align: left;
}
.story .section-content > ol > li .box .details > dl dt {
  font-size: 40px;
  font-weight: bold;
}
.story .section-content > ol > li .box .details > dl dd {
  margin-top: 30px;
}
.story .section-content > ol > li:nth-of-type(2n + 1) .box .details {
  padding-left: 60px;
}
.story .section-content > ol > li:nth-of-type(2n + 2) .box .details {
  text-align: right;
  padding-right: 60px;
}
.story .section-content > ol > li > figure {
  margin-top: 60px;
}
.story .section-content > ol > li ~ li {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .story .section-content > ol > li .box {
    display: flex;
    flex-direction: column !important;
  }
  .story .section-content > ol > li .box > div {
    width: 100%;
  }
  .story .section-content > ol > li .box > div.details {
    padding: 30px 0 0 0 !important;
  }
  .story .section-content > ol > li .box > div.details > dl {
    display: block;
    text-align: center;
  }
  .story .section-content > ol > li .box > div.details > dl dt {
    font-size: 30px;
  }
  .story .section-content > ol > li .box > div.details > dl dd {
    margin-top: 10px;
  }
  .story .section-content > ol > li .box > div.details > dl dd br {
    display: none;
  }
  .story .section-content > ol > li .box figure img ~ img {
    margin-top: 10px;
  }
  .story .section-content > ol > li:nth-of-type(2) .box > div.details {
    order: 2;
  }
  .story .section-content > ol > li:nth-of-type(2) .box > div.item-img {
    order: 1;
  }
  .story .section-content > ol > li ~ li {
    margin-top: 60px;
  }
}/*# sourceMappingURL=story.css.map */