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;
  }
}

.img-list {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.img-list > figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.img-list > figure img {
  display: block;
  width: 100%;
}
.img-list > figure figcaption {
  font-size: 16px;
  color: #000;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .img-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .img-list > figure {
    display: block;
    padding: 0;
  }
  .img-list > figure ~ figure {
    margin-top: 20px;
  }
}

/* issue-talk */
.issue-talk {
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.issue-talk .container {
  padding: 30px 30px 60px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.issue-talk .container .section-header {
  position: relative;
  padding: 60px 0;
  text-align: center;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.issue-talk .container .section-header:before {
  position: absolute;
  top: 3px;
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
}
.issue-talk .container .section-header:after {
  position: absolute;
  bottom: 3px;
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
}
.issue-talk .container .section-header h3 {
  display: block;
  font-size: 40px;
  font-weight: 900;
}
.issue-talk .container .section-header span b {
  font-weight: 900;
}
.issue-talk .container .section-content {
  padding-top: 60px;
}
.issue-talk .container .section-content .summary-top {
  padding-bottom: 60px;
}
.issue-talk .container .section-content .summary-top figure img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.issue-talk .container .section-content .summary-top p {
  margin-top: 30px;
}
.issue-talk .container .section-content > ul > li {
  padding-bottom: 60px;
}
.issue-talk .container .section-content > ul > li dl dt {
  display: block;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  padding-left: 50px;
  background-color: #463732;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 20px 50%;
}
.issue-talk .container .section-content > ul > li dl dd {
  margin-top: 30px;
}
.issue-talk .container .section-content > ul > li dl dd strong {
  display: inline-block;
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}
.issue-talk .container .section-content > ul > li dl dd p {
  margin-top: 30px;
}
.issue-talk .container .section-content > ul > li dl dd p b {
  display: inline;
  font-weight: bold;
  color: #8c5335;
}
.issue-talk .container .section-content > ul > li ~ li {
  padding-top: 60px;
  border-top: 1px solid #333;
}
@media (max-width: 1024px) {
  .issue-talk .container {
    padding: 20px 20px 30px;
  }
  .issue-talk .container .section-header {
    padding: 30px 0;
  }
  .issue-talk .container .section-header h3 {
    font-size: 25px;
  }
  .issue-talk .container .section-header span {
    font-size: 14px;
  }
  .issue-talk .container .section-content {
    padding-top: 30px;
  }
  .issue-talk .container .section-content .summary-top {
    padding-bottom: 30px;
  }
  .issue-talk .container .section-content .summary-top figure img {
    max-width: 200px;
  }
  .issue-talk .container .section-content > ul > li {
    padding-bottom: 30px;
  }
  .issue-talk .container .section-content > ul > li ~ li {
    padding-top: 30px;
  }
  .issue-talk .container .section-content > ul > li > dl > dt {
    font-size: 22px;
    line-height: 40px;
    padding-left: 45px;
    background-size: 20px auto;
    background-position: 15px 50%;
  }
  .issue-talk .container .section-content > ul > li > dl > dd {
    margin-top: 20px;
  }
  .issue-talk .container .section-content > ul > li > dl > dd p {
    margin-top: 20px;
  }
}

/* sight-header */
.sight-header {
  background-color: #1a2f19;
}
.sight-header .container-fluid > div.details .container small {
  color: #fff;
}
.sight-header .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  color: #b5d898;
  font-weight: 900;
  margin-top: 30px;
}
.sight-header .container-fluid > div.details .container h3 {
  color: #49b233;
}

/* sight */
.sight .container .section-content > p {
  margin-top: 60px;
}
.sight .container .section-content > figure {
  margin-top: 60px;
}
.sight .container .section-content strong {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
  font-size: 30px;
  color: #49b233;
}
@media (max-width: 1024px) {
  .sight .container .section-content > p {
    margin-top: 30px;
  }
  .sight .container .section-content > figure {
    margin-top: 30px;
  }
  .sight .container .section-content strong {
    font-size: 22px;
    margin-top: 30px;
  }
}

/* story-header */
.story-header {
  background-color: #1c9532;
}
.story-header .container-fluid > div.details .container h3 {
  color: #fff;
}
.story-header .container-fluid > div.details .container hr {
  background-color: #fff;
}
.story-header .container-fluid > div.details .container p {
  color: #fff;
}

/* story */
.story {
  background-color: #f1f7ec;
}
.story .container dt {
  font-size: 26px;
  font-weight: bold;
  color: #1c9532;
}
.story .container dd {
  margin-top: 30px;
}
.story .container dl ~ dl {
  margin-top: 60px;
}
.story .container .img-summary {
  text-align: center;
  margin-top: 60px;
}
.story .container .img-summary b {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.story .container .img-summary figure {
  margin-top: 30px;
}
.story .container .img-summary figure img {
  display: block;
  max-width: 100%;
}
.story .container strong {
  text-align: center;
  display: block;
  font-size: 30px;
  color: #1c9532;
  font-weight: 900;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .story .container dt {
    font-size: 20px;
  }
  .story .container dd {
    margin-top: 15px;
  }
  .story .container dl ~ dl {
    margin-top: 30px;
  }
  .story .container .img-summary {
    margin-top: 30px;
  }
  .story .container .img-summary b {
    font-size: 20px;
  }
  .story .container .img-summary figure {
    margin-top: 15px;
  }
  .story .container strong {
    font-size: 22px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=action.css.map */