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

/* sight */
.sight {
  color: #fff;
  background-color: rgba(35, 25, 22, 0.8);
}
.sight article h5 {
  text-align: center;
  font-weight: 900;
  font-size: 100px;
  color: #e55e57;
  margin-top: 60px;
}
.sight article ~ article {
  margin-top: 60px;
}
.sight article > ul > li {
  margin-top: 60px;
}
.sight article > ul > li > dl > dt {
  font-size: 26px;
  font-weight: bold;
  color: #e55e57;
}
.sight article > ul > li > dl > dd {
  margin-top: 30px;
}
.sight article > ul > li > dl > dd figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sight .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sight .box > div {
  display: table-cell;
  vertical-align: top;
}
.sight .box > div.summary {
  width: 40%;
  padding-right: 15px;
}
.sight .box > div.summary h4 {
  display: block;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #e55e57;
  color: #e55e57;
  background-color: #fff;
}
.sight .box > div.summary > ul {
  margin-top: 30px;
}
.sight .box > div.summary > ul > li > dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sight .box > div.summary > ul > li > dl dt, .sight .box > div.summary > ul > li > dl dd {
  display: table-cell;
  color: #e55e57;
  font-weight: 500;
  vertical-align: top;
}
.sight .box > div.summary > ul > li > dl > dt {
  width: 80px;
}
@media (max-width: 1024px) {
  .sight .box > div.summary > ul > li > dl > dt {
    width: 65px;
  }
}
.sight .box > div.details {
  padding-left: 15px;
}
.sight .figure-1 {
  margin-top: 30px;
}
.sight .img-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .sight article h5 {
    font-size: 37px;
    margin-top: 30px;
  }
  .sight article > ul > li {
    margin-top: 30px;
  }
  .sight article > ul > li > dl > dt {
    font-size: 20px;
  }
  .sight article > ul > li > dl > dd {
    margin-top: 15px;
  }
  .sight .box {
    display: block;
  }
  .sight .box > div {
    display: block;
    padding: 0 !important;
    width: 100% !important;
  }
  .sight .box > div h4 {
    font-size: 18px;
  }
  .sight .box > div ~ div {
    margin-top: 30px;
  }
  .sight .figure-1 {
    margin-top: 15px;
  }
}

/* story01 */
.story01 .container .box {
  padding: 30px;
  margin-top: 60px;
  border-top: 5px solid #eb616a;
}
.story01 .container .box h4 {
  font-size: 26px;
  color: #eb616a;
  font-weight: bold;
}
.story01 .container .box p {
  margin-top: 15px;
}
.story01 .container .box figure {
  margin-top: 30px;
}
.story01 .container .table-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
}
.story01 .container .table-list > li {
  display: table-cell;
  vertical-align: top;
}
.story01 .container .table-list > li .box {
  margin-top: 0;
}
.story01 .container .table-list > li .table-list {
  margin-top: 0;
}
.story01 .container .table-list > li:first-child {
  padding-right: 15px;
}
.story01 .container .table-list > li:last-child {
  padding-left: 15px;
}
.story01 .container .summary-list {
  margin-top: 60px;
}
.story01 .container .summary-list > ul > li > dl > dt {
  font-size: 26px;
  color: #eb616a;
  font-weight: bold;
}
.story01 .container .summary-list > ul > li > dl > dd {
  margin-top: 30px;
}
.story01 .container .summary-list > ul > li .graph {
  margin-top: 60px;
}
.story01 .container .summary-list > ul > li .graph h4 {
  font-size: 26px;
  color: #eb616a;
  font-weight: bold;
}
.story01 .container .summary-list > ul > li .graph h4 ~ h4 {
  margin-top: 60px;
}
.story01 .container .summary-list > ul > li .graph figure {
  margin-top: 30px;
}
.story01 .container .summary-list > ul > li .graph figure img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.story01 .container .summary-list > ul > li .graph .table-wrap {
  overflow-x: auto;
  padding-bottom: 5px;
  margin-top: 30px;
  text-align: right;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .unit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  margin-bottom: 10px;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table {
  min-width: 1000px;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table thead tr th {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  border-right: 3px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fbf1e6;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table thead tr th:last-child {
  border-right: 0;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr td {
  font-size: 20px;
  color: #000;
  padding: 10px;
  font-weight: 400;
  border-right: 3px solid #000;
  border-bottom: 1px solid #000;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr td:first-child {
  font-weight: bold;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr td:last-child {
  font-weight: bold;
  border-right: 0;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr:first-child td {
  border-top: 2px solid #000;
}
.story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr:last-child td {
  border-bottom: 0;
}
.story01 .container .summary-list > ul > li ~ li {
  margin-top: 60px;
}
.story01 .container .attention {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 4px solid #000;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.story01 .container .attention > div {
  display: table-cell;
  vertical-align: middle;
}
.story01 .container .attention > div:first-child {
  padding-right: 15px;
}
.story01 .container .attention > div:last-child {
  padding-left: 15px;
}
.story01 .container .attention figure img {
  display: block;
  width: 100%;
}
.story01 .container .attention dl > dt {
  font-size: 20px;
  font-weight: bold;
}
.story01 .container .attention dl > dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .story01 .container .box {
    padding: 15px;
  }
  .story01 .container .box h4 {
    font-size: 20px;
  }
  .story01 .container .box p {
    margin-top: 10px;
  }
  .story01 .container .box figure {
    margin-top: 20px;
  }
  .story01 .container > .table-list {
    display: block;
  }
  .story01 .container > .table-list > li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .story01 .container > .table-list > li ~ li {
    margin-top: 30px;
  }
  .story01 .container .summary-list > ul > li > dl > dt {
    font-size: 20px;
  }
  .story01 .container .summary-list > ul > li > dl > dd {
    margin-top: 15px;
  }
  .story01 .container .summary-list > ul > li .graph {
    margin-top: 30px;
  }
  .story01 .container .summary-list > ul > li .graph h4 {
    font-size: 18px;
  }
  .story01 .container .summary-list > ul > li .graph figure {
    margin-top: 20px;
  }
  .story01 .container .summary-list > ul > li .graph .table-wrap {
    margin-top: 20px;
  }
  .story01 .container .summary-list > ul > li .graph .table-wrap .unit {
    text-align: left;
  }
  .story01 .container .summary-list > ul > li .graph .table-wrap .table thead tr th {
    font-size: 16px;
  }
  .story01 .container .summary-list > ul > li .graph .table-wrap .table tbody tr td {
    font-size: 16px;
  }
  .story01 .container .attention {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
  .story01 .container .attention > div {
    display: block;
    width: 100% !important;
  }
  .story01 .container .attention > div ~ div {
    margin-top: 30px;
  }
  .story01 .container .attention figure img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  .story01 .container .attention dl dt {
    font-size: 18px;
  }
  .story01 .container .attention dl dd {
    font-size: 14px;
  }
}

/* story02 */
.kepco-story2 .page-header .container-fluid > div.details .container span {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .kepco-story2 .page-header .container-fluid > div.details .container span {
    font-size: 18px;
  }
}

.story02 .section-title {
  display: block;
  padding-bottom: 60px;
  text-align: center;
}
.story02 .section-title > h2 {
  display: block;
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .story02 .section-title {
    padding-bottom: 50px;
  }
  .story02 .section-title > h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.story02 .summary-list > ul > li > dl > dt {
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.story02 .summary-list > ul > li > dl > dd {
  margin-top: 30px;
}
.story02 .summary-list > ul > li > dl > dd i {
  font-weight: bold;
  text-decoration: underline;
}
.story02 .summary-list > ul > li ~ li {
  margin-top: 60px;
}
.story02 article {
  margin-top: 100px;
}
.story02 article .article-header {
  text-align: center;
  padding-bottom: 60px;
}
.story02 article .article-header h3 {
  font-size: 30px;
  font-weight: 400;
}
.story02 article .article-header h3 b {
  font-weight: bold;
}
.story02 article .article-content > ul {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.story02 article .article-content > ul > li {
  float: left;
  width: 50%;
}
.story02 article .article-content > ul > li p {
  position: relative;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  border-radius: 30px;
  background-color: #f2f9fe;
}
.story02 article .article-content > ul > li p span {
  display: block;
  text-align: center;
}
.story02 article .article-content > ul > li p:before {
  position: absolute;
  bottom: -30px;
  display: block;
  content: "";
  border-style: solid;
  border-width: 60px 30px 0px 30px;
  border-color: #f2f9fe transparent transparent transparent;
}
.story02 article .article-content > ul > li b {
  display: block;
  font-weight: bold;
  margin-top: 40px;
}
.story02 article .article-content > ul > li:nth-of-type(2) ~ li {
  margin-top: 30px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 15px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 1) p:before {
  left: 30px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 1) b {
  margin-left: 30px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 2) {
  text-align: right;
  padding-left: 15px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 2) p:before {
  right: 30px;
}
.story02 article .article-content > ul > li:nth-of-type(2n + 2) b {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .story02 .summary-list > ul > li > dl > dt {
    font-size: 20px;
  }
  .story02 .summary-list > ul > li > dl > dd {
    margin-top: 15px;
  }
  .story02 .summary-list > ul > li ~ li {
    margin-top: 30px;
  }
  .story02 article {
    margin-top: 60px;
  }
  .story02 article .article-header {
    padding-bottom: 30px;
  }
  .story02 article .article-header h3 {
    font-size: 26px;
  }
  .story02 article .article-content > ul > li {
    float: none;
    width: 100%;
  }
  .story02 article .article-content > ul > li:nth-of-type(2n + 1) {
    padding-right: 0;
  }
  .story02 article .article-content > ul > li:nth-of-type(2n + 2) {
    padding-left: 0;
  }
  .story02 article .article-content > ul > li p {
    font-size: 16px;
    padding: 20px;
    max-width: 300px;
  }
  .story02 article .article-content > ul > li ~ li {
    margin-top: 20px;
  }
}

/* story03 */
.kepco-story3 strong {
  display: block;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .kepco-story3 strong {
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.4;
  }
}

.story03 .summary figure {
  margin-top: 60px;
}
.story03 .summary figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.story03 article {
  max-width: 1000px;
  padding-top: 60px;
  margin: 0 auto;
}
.story03 article .article-header {
  text-align: center;
  padding-bottom: 30px;
}
.story03 article .article-header h3 {
  font-size: 100px;
  font-weight: bold;
}
.story03 article .article-content > ol > li > dl > dt {
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  background-color: #fbf1e6;
}
.story03 article .article-content > ol > li > dl > dt img {
  display: inline-block;
  vertical-align: top;
  height: 34px;
}
.story03 article .article-content > ol > li > dl > dt small {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.story03 article .article-content > ol > li > dl > dt small span {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5b71b;
}
.story03 article .article-content > ol > li > dl > dd {
  margin-top: 30px;
}
.story03 article .article-content > ol > li > dl > dd .noto {
  font-family: "Noto Sans KR", sans-serif !important;
}
.story03 article .article-content > ol > li ~ li {
  margin-top: 60px;
}
.story03 article .article-content p {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .story03 .summary figure {
    margin-top: 30px;
  }
  .story03 article {
    padding-top: 30px;
  }
  .story03 article .article-header {
    padding-bottom: 10px;
  }
  .story03 article .article-header h3 {
    font-size: 46px;
    letter-spacing: -1px;
  }
  .story03 article .article-content > ol > li > dl > dt {
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 24px;
  }
  .story03 article .article-content > ol > li > dl > dt img {
    height: 24px;
  }
  .story03 article .article-content > ol > li > dl > dt small {
    font-size: 12px;
    letter-spacing: -0.8px;
  }
  .story03 article .article-content > ol > li > dl > dt small span {
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 22px;
  }
  .story03 article .article-content > ol > li > dl dd {
    margin-top: 15px;
  }
  .story03 article .article-content > ol > li ~ li {
    margin-top: 30px;
  }
  .story03 article .article-content p {
    padding-top: 30px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=action.css.map */