@charset "UTF-8";
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;
  }
}

/* time */
.time {
  background-color: #d5eacd;
}
.time .section-header small {
  font-size: 22px;
  font-weight: bold;
  color: #5e9748;
}
.time .section-header span {
  font-weight: 400;
}
.time .section-header span b {
  display: inline-block;
}
.time .section-header span b ~ b {
  margin-left: 10px;
}
.time .section-content > ol {
  position: relative;
}
.time .section-content > ol:before {
  position: absolute;
  top: 45px;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: calc(100% - 45px);
  background-color: #000;
}
.time .section-content > ol > li {
  position: relative;
  padding-left: 100px;
}
.time .section-content > ol > li:before {
  position: absolute;
  top: 45px;
  left: 0;
  width: 80px;
  height: 1px;
  display: block;
  content: "";
  background-color: #000;
}
.time .section-content > ol > li .box {
  display: block;
}
.time .section-content > ol > li .box b {
  font-size: 60px;
  font-weight: 900;
}
.time .section-content > ol > li .box .img-list {
  text-align: center;
}
.time .section-content > ol > li .box .img-list img {
  width: 100%;
  display: block;
}
.time .section-content > ol > li .box .img-list > ul {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
  table-layout: fixed;
}
.time .section-content > ol > li .box .img-list > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.time .section-content > ol > li .box .img-list > ul.type-2 {
  margin-top: 30px;
}
.time .section-content > ol > li .box .img-list .caption {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.time .section-content > ol > li ~ li {
  margin-top: 60px;
}
.time .section-content .summary {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .time .section-header br.visible-sm {
    display: block;
  }
  .time .section-header small {
    font-size: 16px;
  }
  .time .section-header span b ~ b {
    margin-left: 0;
  }
  .time .section-content > ol:before {
    top: 30px;
    width: 3px;
    height: calc(100% - 30px);
  }
  .time .section-content > ol > li {
    padding-left: 40px;
  }
  .time .section-content > ol > li:before {
    top: 30px;
    width: 30px;
  }
  .time .section-content > ol > li .box b {
    font-size: 40px;
  }
  .time .section-content > ol > li .box .img-list > ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .time .section-content > ol > li .box .img-list > ul > li {
    display: block;
    padding: 0;
  }
  .time .section-content > ol > li .box .img-list > ul > li ~ li {
    margin-top: 15px;
  }
  .time .section-content > ol > li .box .img-list .caption {
    font-size: 16px;
  }
  .time .section-content > ol > li .box .img-list.type-2 {
    margin-top: 20px;
  }
  .time .section-content .summary {
    margin-top: 30px;
  }
}

/* page-intro */
.page-intro {
  position: relative;
  height: calc(100vh - 149px);
  min-height: 800px;
}
.page-intro .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-intro .backdrop img {
  display: none;
}
.page-intro .container {
  position: relative;
  z-index: 1;
  display: table;
  text-align: center;
  height: 100%;
}
.page-intro .container .v-align {
  display: table-cell;
  vertical-align: middle;
}
.page-intro .container .v-align small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.page-intro .container .v-align h3 {
  font-size: 40px;
  font-weight: 900;
}
.page-intro .container .v-align strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-top: 30px;
}
.page-intro .container .v-align p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.page-intro .container .v-align .info {
  font-size: 0;
  margin-top: 30px;
}
.page-intro .container .v-align .info > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}
.page-intro .container .v-align .info > li:last-child {
  margin-right: 0;
}
.page-intro .container .v-align .info > li b {
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .page-intro {
    height: auto;
    min-height: auto;
    background-color: #d7effd;
  }
  .page-intro .backdrop {
    position: static;
    height: auto;
    background: none;
  }
  .page-intro .backdrop img {
    display: block;
    width: 100%;
  }
  .page-intro .container {
    display: block;
    height: auto;
    padding: 30px 15px;
  }
  .page-intro .container .v-align {
    display: block;
  }
  .page-intro .container .v-align small {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-intro .container .v-align h3 {
    font-size: 26px;
  }
  .page-intro .container .v-align strong {
    font-size: 20px;
    margin-top: 15px;
  }
  .page-intro .container .v-align p {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-intro .container .v-align .info {
    margin-top: 15px;
  }
  .page-intro .container .v-align .info > li {
    font-size: 14px;
  }
}

/* sight */
.sight {
  background-color: #d7effd;
}
.sight .container .summary-list > li > dl dt {
  font-size: 26px;
  font-weight: bold;
}
.sight .container .summary-list > li > dl dd {
  margin-top: 20px;
}
.sight .container .summary-list > li ~ li {
  margin-top: 60px;
}
.sight .container .img-list {
  margin-top: 60px;
}
.sight .container .img-list img {
  display: block;
  width: 100%;
}
.sight .container .img-list > ul {
  margin-top: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sight .container .img-list > ul > li {
  display: table-cell;
  vertical-align: top;
}
.sight .container .img-list > ul > li:first-child {
  padding-right: 15px;
}
.sight .container .img-list > ul > li:last-child {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .sight .container .summary-list > li > dl > dt {
    font-size: 20px;
  }
  .sight .container .summary-list > li > dl > dd {
    margin-top: 15px;
  }
  .sight .container .img-list > ul {
    display: block;
    margin-top: 15px;
  }
  .sight .container .img-list > ul > li {
    display: block;
    padding: 0 !important;
  }
  .sight .container .img-list > ul > li ~ li {
    margin-top: 15px;
  }
}

/* issue-top */
.issue-top {
  background-color: #f0f0f0;
}
.issue-top .container-fluid > div.details .container small {
  color: #000;
}
.issue-top .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: 900;
  margin-top: 40px;
}
.issue-top .container-fluid > div.details .container h3 {
  color: #333;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .issue-top .container-fluid > div.details .container h3 br {
    display: none;
  }
}
.issue-top .container-fluid > div.details .container hr {
  background-color: #333;
}
.issue-top .container-fluid > div.details .container span {
  color: #333;
}

.issue-1 .container .img-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.issue-1 .container .img-list > figure {
  display: table-cell;
  vertical-align: top;
}
.issue-1 .container .img-list > figure:first-child {
  padding-right: 15px;
}
.issue-1 .container .img-list > figure:last-child {
  padding-left: 15px;
}
.issue-1 .container .img-list > figure img {
  display: block;
  width: 100%;
}
.issue-1 .container > p {
  margin-top: 60px;
}
.issue-1 .container .attention {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}
.issue-1 .container .attention:before {
  content: "※ ";
}
@media (max-width: 1024px) {
  .issue-1 .container .img-list {
    display: block;
  }
  .issue-1 .container .img-list > figure {
    display: block;
    padding: 0 !important;
  }
  .issue-1 .container .img-list > figure ~ figure {
    margin-top: 15px;
  }
  .issue-1 .container p {
    margin-top: 30px;
  }
  .issue-1 .container .attention {
    font-size: 14px;
    margin-top: 10px;
  }
}

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

/* issue-4 */
.issue-4 > figure {
  margin-top: 60px;
}
.issue-4 > figure img {
  display: block;
  width: 100%;
}
.issue-4 .container figure {
  max-width: 1000px;
  margin: 60px auto 0;
}
.issue-4 .container figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.issue-4 .container figure figcaption {
  text-align: right;
  color: #666;
  margin-top: 10px;
}
.issue-4 .container P ~ P {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-4 > figure {
    margin-top: 30px;
  }
  .issue-4 .container figure {
    margin-top: 30px;
  }
  .issue-4 .container p ~ p {
    margin-top: 30px;
  }
}/*# sourceMappingURL=special.css.map */