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

/* issue-top */
.issue-top {
  background-color: #8f9387;
}
.issue-top .container-fluid > div.item-img .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.issue-top .container-fluid > div.details .container small {
  color: #fff;
}
.issue-top .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .issue-top .container-fluid > div.details .container strong {
    font-size: 18px;
  }
}

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

/* issue-1 */
.issue-1 .img-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-1 .img-list {
    margin-top: 30px;
  }
}

/* issue-2 */
.issue-2 .img-list {
  margin-top: 60px;
}
.issue-2 p {
  padding-right: 330px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}
.issue-2 dl {
  margin-top: 60px;
}
.issue-2 dl dt {
  font-weight: bold;
}
.issue-2 dl dd {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .issue-2 .img-list {
    margin-top: 30px;
  }
  .issue-2 .visible-sm {
    margin-top: 30px;
  }
  .issue-2 .visible-sm > figure img {
    display: block;
    width: 100%;
  }
  .issue-2 dl {
    margin-top: 30px;
  }
  .issue-2 p {
    padding-right: 0;
    background: none !important;
  }
}

/* issue-3 */
.issue-3 figure {
  margin-top: 60px;
}
.issue-3 figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .issue-3 figure {
    margin-top: 30px;
  }
}

/* issue-4 */
.issue-4 ul li dl dt {
  font-size: 26px;
  font-weight: bold;
}
.issue-4 ul li dl dd {
  margin-top: 30px;
}
.issue-4 ul li ~ li {
  margin-top: 60px;
}
.issue-4 ul ~ ul {
  margin-top: 60px;
}
.issue-4 .img-list {
  margin-top: 60px;
}
.issue-4 .table-wrap {
  overflow-y: auto;
  margin-top: 60px;
  padding-bottom: 5px;
}
.issue-4 .table-wrap .table {
  width: 100%;
  min-width: 768px;
  table-layout: fixed;
  background-color: #fbfdf7;
}
.issue-4 .table-wrap .table caption {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.issue-4 .table-wrap .table thead tr th {
  font-size: 20px;
  color: #000;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.issue-4 .table-wrap .table thead tr th:nth-of-type(1) {
  color: #fff;
  background-color: #898989;
}
.issue-4 .table-wrap .table thead tr th:nth-of-type(2) {
  background-color: #fef2ce;
}
.issue-4 .table-wrap .table thead tr th:nth-of-type(3) {
  background-color: #f9cec5;
}
.issue-4 .table-wrap .table thead tr th:nth-of-type(4) {
  background-color: #a7b1cb;
}
.issue-4 .table-wrap .table thead tr th:nth-of-type(5) {
  border-right: 0;
  background-color: #c2dc83;
}
.issue-4 .table-wrap .table tbody tr td {
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  padding: 10px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.issue-4 .table-wrap .table tbody tr td:nth-of-type(1) {
  font-weight: bold;
}
.issue-4 .table-wrap .table tbody tr td:nth-of-type(2) {
  background-color: #fffcf3;
}
.issue-4 .table-wrap .table tbody tr td:nth-of-type(3) {
  background-color: #fef3f1;
}
.issue-4 .table-wrap .table tbody tr td:nth-of-type(4) {
  background-color: #eaebf2;
}
.issue-4 .table-wrap .table tbody tr td:nth-of-type(5) {
  border-right: 0;
  background-color: #f0f6e3;
}
.issue-4 .table-wrap .table tbody tr:last-child td {
  border-bottom: 0;
  border-right: 0 !important;
  background: none !important;
}
@media (max-width: 1024px) {
  .issue-4 ul > li dl dt {
    font-size: 20px;
  }
  .issue-4 ul > li dl dd {
    margin-top: 15px;
  }
  .issue-4 ul > li ~ li {
    margin-top: 30px;
  }
  .issue-4 ul ~ ul {
    margin-top: 30px;
  }
  .issue-4 .table-wrap {
    margin-top: 30px;
  }
  .issue-4 .table-wrap .table caption {
    font-size: 20px;
  }
  .issue-4 .table-wrap .table thead tr th {
    font-size: 16px;
  }
  .issue-4 .table-wrap .table tbody tr td {
    font-size: 16px;
  }
  .issue-4 .img-list {
    margin-top: 30px;
  }
}

/* issue-5 */
.issue-5 .img-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-5 .img-list {
    margin-top: 30px;
  }
}

/* issue-6 */
.issue-6 figure {
  margin-top: 60px;
}
.issue-6 figure img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .issue-6 figure {
    margin-top: 30px;
  }
}/*# sourceMappingURL=special.css.map */