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: 400;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
  padding-top: 148px;
}
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 */
.sight h3 {
  padding: 0 30px;
  margin-bottom: 60px;
}
.sight h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sight .img-list {
  margin-top: 60px;
}
.sight .summary {
  display: block;
  font-size: 24px;
  margin-top: 60px;
}
.sight figure.type-2 {
  margin-top: 60px;
}
.sight p {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .sight h3 {
    margin-bottom: 30px;
  }
  .sight .img-list {
    margin-top: 30px;
  }
  .sight .summary {
    font-size: 20px;
    margin-top: 30px;
  }
  .sight p {
    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;
  }
}

.page-header.issue-header2 .container-fluid > div.details .container > b {
  font-size: 34px;
  color: #fff;
  display: block;
}
.page-header.sight-header {
  background-color: #f0f0f0;
}
.page-header.sight-header .container-fluid > div.details .container small {
  color: #666;
}
.page-header.sight-header .container-fluid > div.details .container h3 {
  color: #00a29a;
}
.page-header.sight-header .container-fluid > div.details .container strong {
  display: block;
  font-size: 24px;
  color: #00a29a;
}
.page-header.sight-header .container-fluid > div.details .container p {
  color: #000;
}
.page-header.sight-header .container-fluid > div.details .container span {
  color: #000;
}
.page-header.sight-header .container-fluid > div.details .container hr {
  background-color: #000;
}
@media (max-width: 1024px) {
  .page-header.issue-header2 .container-fluid > div.details .container > b {
    font-size: 20px;
  }
}

.issue-wrap {
  background-color: #515f6c;
}

/* issue-1 */
.issue-1 {
  color: #fff;
  letter-spacing: -0.8px;
}
.issue-1 figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.issue-1 figure figcaption {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
.issue-1 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.issue-1 dd figure {
  margin-top: 60px;
}
.issue-1 dl ~ dl {
  margin-top: 60px;
}
.issue-1 .table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.issue-1 .table > div {
  display: table-cell;
  vertical-align: top;
}
.issue-1 .table > div:first-child {
  padding-right: 15px;
}
.issue-1 .table > div:last-child {
  width: 33%;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .issue-1 .table {
    display: block;
  }
  .issue-1 .table > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .issue-1 .table > div ~ div {
    margin-top: 30px;
  }
  .issue-1 dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* issue-2 */
.issue-2 {
  color: #fff;
  letter-spacing: -0.8px;
}
.issue-2 .title-area {
  text-align: center;
  margin-top: 100px;
}
.issue-2 .title-area h4 {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  background-color: #fff;
  border-radius: 100px;
  padding: 0 40px;
}
.issue-2 dl {
  margin-top: 60px;
}
.issue-2 dl.type-2 dd {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.issue-2 dl.type-2 dd > div {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.issue-2 dl.type-2 dd > div img {
  display: block;
  width: 100%;
}
.issue-2 dl.type-2 dd > div .attention {
  position: static;
  margin-top: 10px;
  bottom: 0;
  left: 15px;
  display: block;
  font-size: 16px;
}
.issue-2 dl.type-2 dd > div:first-child {
  width: 40%;
  padding-right: 15px;
}
.issue-2 dl.type-2 dd > div:last-child {
  position: relative;
  padding-left: 15px;
}
.issue-2 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .issue-2 .title-area h4 {
    font-size: 26px;
    padding: 0 15px;
  }
  .issue-2 dl {
    margin-top: 30px;
  }
  .issue-2 dl.type-2 dd {
    display: block;
    height: auto;
  }
  .issue-2 dl.type-2 dd > div {
    height: auto;
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .issue-2 dl.type-2 dd > div .attention {
    position: static;
    margin-top: 15px;
    font-size: 14px;
  }
  .issue-2 dl.type-2 dd > div ~ div {
    margin-top: 20px;
  }
  .issue-2 dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.highlight-wrap {
  padding-top: 100px;
  padding-bottom: 0;
  background-color: #0068b7;
}
.highlight-wrap .container .section-header {
  padding-bottom: 100px;
}
.highlight-wrap .container .section-header small {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.highlight-wrap .container .section-header h3 {
  color: #fff21e;
}
.highlight-wrap .container .section-header p {
  color: #fff;
}
.highlight-wrap .container .section-content {
  padding-bottom: 100px;
}
.highlight-wrap .container .section-content > ol {
  position: relative;
  padding-left: 40px;
}
.highlight-wrap .container .section-content > ol:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 100px;
  background-color: #fff21e;
}
.highlight-wrap .container .section-content > ol > li .list-top {
  position: relative;
  display: table;
}
.highlight-wrap .container .section-content > ol > li .list-top:before {
  position: absolute;
  top: 50%;
  left: -43px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: #fff21e;
  transform: translateY(-50%);
}
.highlight-wrap .container .section-content > ol > li .list-top:after {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 20px;
  height: 1px;
  content: "";
  display: block;
  border-radius: 100px;
  background-color: #fff21e;
}
.highlight-wrap .container .section-content > ol > li .list-top > div {
  display: table-cell;
  vertical-align: bottom;
  color: #fff21e;
}
.highlight-wrap .container .section-content > ol > li .list-top > div b {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}
.highlight-wrap .container .section-content > ol > li .list-top > div b span {
  font-size: 50px;
  font-weight: bold;
}
.highlight-wrap .container .section-content > ol > li .list-top > div p {
  font-weight: 600;
  font-size: 16px;
}
.highlight-wrap .container .section-content > ol > li .list-top > div.year {
  text-align: right;
  width: 191px;
  padding-right: 30px;
}
.highlight-wrap .container .section-content > ol > li .contents {
  margin-top: 30px;
  padding-left: 191px;
}
.highlight-wrap .container .section-content > ol > li .contents figure {
  margin-bottom: 30px;
}
.highlight-wrap .container .section-content > ol > li .contents figure img {
  display: block;
  width: 100%;
}
.highlight-wrap .container .section-content > ol > li .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.highlight-wrap .container .section-content > ol > li ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .highlight-wrap .container .section-header {
    padding-bottom: 60px;
  }
  .highlight-wrap .container .section-content {
    padding-bottom: 60px;
  }
  .highlight-wrap .container .section-content > ol {
    padding-left: 0;
  }
  .highlight-wrap .container .section-content > ol:before {
    display: none;
  }
  .highlight-wrap .container .section-content > ol > li .list-top {
    display: block;
  }
  .highlight-wrap .container .section-content > ol > li .list-top:before {
    display: none;
  }
  .highlight-wrap .container .section-content > ol > li .list-top:after {
    display: none;
  }
  .highlight-wrap .container .section-content > ol > li .list-top > div {
    display: block;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .highlight-wrap .container .section-content > ol > li .list-top > div b {
    font-size: 16px;
  }
  .highlight-wrap .container .section-content > ol > li .list-top > div b span {
    font-size: 30px;
    padding-right: 4px;
  }
  .highlight-wrap .container .section-content > ol > li .list-top > div p {
    font-size: 14px;
  }
  .highlight-wrap .container .section-content > ol > li .list-top > div ~ div {
    margin-top: 10px;
  }
  .highlight-wrap .container .section-content > ol > li .contents {
    margin-top: 15px;
    padding-left: 0;
  }
  .highlight-wrap .container .section-content > ol > li ~ li {
    margin-top: 30px;
  }
}

.history {
  padding: 100px 0 200px;
  background-color: #dbf0fc;
}
.history .article-header {
  text-align: center;
  padding-bottom: 60px;
}
.history .article-header h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  border-radius: 100px;
  background-color: #023894;
}
.history .article-content {
  max-width: 1000px;
  margin: 0 auto;
}
.history .article-content > ol > li .box {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.history .article-content > ol > li .box > div {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.history .article-content > ol > li .box > div.year {
  padding-top: 30px;
  width: 80px;
  text-align: center;
  background-color: #023894;
}
.history .article-content > ol > li .box > div.year small {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #fff21e;
  font-weight: 400;
  margin-bottom: 5px;
}
.history .article-content > ol > li .box > div.year b {
  display: block;
  font-size: 40px;
  color: #fff21e;
  line-height: 1;
  font-weight: 900;
}
.history .article-content > ol > li .box > div.details {
  padding: 30px 0 30px 60px;
}
.history .article-content > ol > li .box > div.details > ol > li {
  font-size: 18px;
  color: #023894;
  font-weight: 500;
}
.history .article-content > ol > li .box > div.details > ol > li > b {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .history {
    padding: 60px 0 160px;
  }
  .history .article-header {
    padding-bottom: 30px;
  }
  .history .article-header h3 {
    font-size: 20px;
    padding: 0 15px;
  }
  .history .article-content > ol > li .box > div.year {
    padding-top: 15px;
    width: 50px;
  }
  .history .article-content > ol > li .box > div.year small {
    font-size: 14px;
  }
  .history .article-content > ol > li .box > div.year b {
    font-size: 28px;
  }
  .history .article-content > ol > li .box > div.details {
    padding: 15px 0 20px 20px;
  }
  .history .article-content > ol > li .box > div.details > ol > li {
    font-size: 16px;
  }
}

.highlight-wrap .container .section-content .flex-box {
  display: flex;
  gap: 30px;
}
.highlight-wrap .container .section-content .flex-box .list-top {
  white-space: nowrap;
  min-width: 160px;
  width: 160px;
}
.highlight-wrap .container .section-content .flex-box .list-top > div {
  display: block;
}
.highlight-wrap .container .section-content .flex-box .list-top > div.year {
  width: auto;
  padding: 0;
}
.highlight-wrap .container .section-content .flex-box .list-top > div.content {
  padding: 0;
}
.highlight-wrap .container .section-content .flex-box .list-top::before {
  top: 30px;
}
.highlight-wrap .container .section-content .flex-box .list-top::after {
  top: 30px;
}
.highlight-wrap .container .section-content .flex-box .contents {
  margin: 0;
  padding: 0;
}
.highlight-wrap .container .section-content .flex-box .contents > div.note {
  margin-bottom: 30px;
}
.highlight-wrap .container .section-content .flex-box .contents > div.note > b {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 900;
  color: #fff21e;
}
.highlight-wrap .container .section-content .flex-box .contents > div.note p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff21e;
}
@media (max-width: 1024px) {
  .highlight-wrap .container .section-content .flex-box {
    flex-direction: column;
    gap: 20px;
  }
  .highlight-wrap .container .section-content .flex-box .list-top {
    min-width: 100%;
    width: 100%;
  }
  .highlight-wrap .container .section-content .flex-box .contents > div.note {
    margin-bottom: 20px;
  }
  .highlight-wrap .container .section-content .flex-box .contents > div.note b {
    font-size: 32px;
  }
  .highlight-wrap .container .section-content .flex-box .contents > div.note p {
    font-size: 22px;
  }
}/*# sourceMappingURL=action.css.map */