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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main color */
br {
  font-family: "Noto Sans KR", sans-serif !important;
}

.visible-sm {
  display: none !important;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-lg {
  display: block !important;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none !important;
  }
}

body {
  min-width: 360px;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 1;
  font-weight: 300;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.3px;
  word-break: break-all;
  box-sizing: border-box;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #000;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.box {
  display: table;
  table-layout: fixed;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.box > div {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
.box > div figure {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .box {
    display: block;
    margin: 0;
    width: 100% !important;
  }
  .box > div {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .box > div ~ div {
    margin-top: 30px;
  }
}

section.cover .dl-list {
  margin-top: 60px;
}
section.cover .gowun > span {
  display: block;
  font-size: 26px;
}
section.cover .gowun ~ .gowun {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  section.cover .gowun > span {
    font-size: 16px;
  }
}

.greeting .page-header .container-fluid .details .container h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #c1655d;
}
.greeting section .container p > b {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #c1655d;
}
.greeting section .container p ~ p {
  margin-top: 60px;
}
.greeting section .container .sign-area {
  display: block;
  margin-top: 60px;
  text-align: right;
}
.greeting section .container .sign-area > span {
  display: block;
}
.greeting section .container .sign-area .img-txt {
  display: block;
  margin-top: 10px;
}
.greeting section .container .sign-area .img-txt > span {
  display: inline;
  text-align: right;
}
.greeting section .container .sign-area .img-txt > img {
  display: inline-block;
  width: 100%;
  max-width: 120px;
}
.greeting section.greeting {
  background: #f3e7e4 url("../images/sub/img_greeting_bg02.png") no-repeat 50% 100%/100% auto;
}
@media (max-width: 1024px) {
  .greeting .page-header .container-fluid .details .container h3 {
    font-size: 30px;
  }
  .greeting section .container p ~ p {
    margin-top: 30px;
  }
}

.theme01 .page-header .container-fluid > div.details .container .label {
  background-color: #abcbe8;
}
.theme01 .page-header .container-fluid > div.details .container h3 {
  color: #fff;
}
.theme01 .page-header .container-fluid > div.details .container h3 > span {
  color: #359acd;
}
.theme01 .page-header .container-fluid > div.details .container .writer span {
  color: #fff;
}
.theme01 section.theme01 .container .dl-list ~ .dl-list {
  margin-top: 60px;
}

.theme02 .page-header .container-fluid > div.details .container .label {
  background-color: #abcbe8;
}
.theme02 .page-header .container-fluid > div.details .container h3 {
  color: #fff;
}
.theme02 .page-header .container-fluid > div.details .container h3 > span {
  color: #359acd;
}
.theme02 .page-header .container-fluid > div.details .container .writer span {
  color: #fff;
}

.mission {
  background-color: #dbeaf8;
}
.mission .page-header .container-fluid > div.details .container .label {
  background-color: #1b4592;
}
.mission .page-header .container-fluid > div.details .container h3 {
  color: #458fc4;
}
.mission .page-header .container-fluid > div.details .container h3 span {
  color: #1b4592;
}
.mission section .container .dl-list dt {
  color: #458fc4;
}
.mission section .container .dl-list ~ .dl-list {
  margin-top: 60px;
}
.mission section .container > figure {
  margin-top: 60px;
}
.mission article {
  display: block;
  margin-top: 100px;
  padding: 60px 30px;
  background-color: #fff;
}
.mission article .article-header {
  display: inline-block;
  padding: 20px 60px 20px 0;
  border-top: 1px solid #359acd;
  border-bottom: 1px solid #359acd;
}
.mission article .article-header h3 {
  font-size: 30px;
  color: #359acd;
  font-family: "GMarketSans";
}
.mission article .article-content {
  margin-top: 60px;
}
.mission article .article-content .list > ol > li {
  position: relative;
}
.mission article .article-content .list > ol > li > b {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 80px;
  padding: 4px 10px;
  text-align: center;
  border-radius: 999px;
  vertical-align: top;
  font-family: "GMarketSans";
  color: #fff;
  background-color: #359acd;
}
.mission article .article-content .list > ol > li > p {
  display: inline-block;
  padding-left: 100px;
  width: 100%;
  vertical-align: top;
}
.mission article .article-content .list > ol > li ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .mission article {
    margin-top: 60px;
    padding: 30px 15px;
  }
  .mission article .article-header {
    margin: 0;
    padding: 20px 0;
  }
  .mission article .article-header h3 {
    font-size: 26px;
  }
  .mission article .article-content .list > ol > li {
    text-align: center;
  }
  .mission article .article-content .list > ol > li > b {
    position: static;
    margin-bottom: 20px;
  }
  .mission article .article-content .list > ol > li > p {
    padding: 0;
    text-align: left;
  }
}

.electric .page-header .container-fluid .details .container h3 {
  color: #633123;
}
.electric .page-header .container-fluid .details .container h3 > span {
  display: block;
  font-size: 30px;
  line-height: 2;
  color: #000;
}
.electric section figure {
  display: block;
  margin: 60px 0;
  width: 100%;
  max-width: 100%;
}
.electric section figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.electric section figure figcaption {
  display: block;
  font-size: 18px;
  color: #888;
}
.electric section .dl-list {
  margin-top: 60px;
}
.electric section .dl-list dt {
  color: #633123;
}
.electric section .figure-list {
  display: table;
  table-layout: fixed;
  margin: 60px -15px 0;
  width: calc(100% + 30px);
}
.electric section .figure-list figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.electric section .box > div.details p > b {
  display: block;
  text-align: right;
}
@media (max-width: 1024px) {
  .electric .page-header .container-fluid .details .container h3 > span {
    font-size: 22px;
  }
  .electric section .figure-list {
    display: block;
    table-layout: auto;
    margin: 30px 0;
    width: 100%;
  }
  .electric section .figure-list figure {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }
}

.focus .page-header .container-fluid .details .container h3 {
  color: #fff;
}
.focus .page-header .container-fluid .details .container p {
  color: #fff;
}
.focus .page-header .container-fluid .details .container .writer > span {
  color: #fff;
}
.focus section .container > figure {
  margin: 60px 0;
}
.focus section .container .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 60px -15px;
}
.focus section .container .figure-list figure {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .focus section .container .figure-list {
    display: block;
    width: 100%;
    margin: 60px 0;
  }
  .focus section .container .figure-list figure {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .focus section .container .figure-list figure ~ figure {
    margin-top: 30px;
  }
}

article.sight {
  padding: 80px 0 200px;
}
@media (max-width: 1024px) {
  article.sight {
    padding: 60px 0 160px;
  }
}

.sight .page-header .container-fluid .details .container h3 {
  color: #fff;
}
.sight .page-header .container-fluid .details .container .writer span {
  color: #fff;
}
.sight section .container > p {
  margin: 60px 0;
}
.sight section .container .dl-list dt {
  color: #4878bc;
}
.sight .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 60px -15px;
}
.sight .figure-list figure {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
.sight .figure-list figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.sight .figure-list:last-child {
  margin-bottom: 0;
}
.sight .deco-img {
  position: relative;
}
.sight .deco-img img.deco {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%) rotate(25deg);
  width: 40%;
}
.sight .interview {
  margin-top: 100px;
  padding-top: 0;
  background-color: #4878bc;
}
.sight .interview .top {
  padding: 30px;
  background-color: #fff;
}
.sight .interview .top dl dt {
  display: inline-block;
  padding: 2px 10px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #182a4f;
}
.sight .interview .top dl dd {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #182a4f;
}
.sight .interview .interview-list {
  position: relative;
  display: block;
  margin-top: 80px;
  padding: 60px 30px;
  background-color: #fff;
}
.sight .interview .interview-list h3 {
  position: absolute;
  top: -29px;
  left: 0;
  padding: 6px 60px 6px 100px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  font-family: "GMarketSans";
  background: url("../images/sub/img_interview_title.png") no-repeat 80% 0%/100% auto;
}
.sight .interview .interview-list h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 30px;
  height: 55px;
  background: url("../images/sub/ic_sight_mic.png") no-repeat 50% 50%/100% auto;
}
.sight .interview .interview-list > ul {
  display: block;
  text-align: center;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.sight .interview .interview-list > ul > li {
  display: inline-block;
  padding: 0 15px;
  width: calc(50% - 15px);
  vertical-align: top;
  text-align: left;
}
.sight .interview .interview-list > ul > li figure {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sight .interview .interview-list > ul > li figure img {
  position: relative;
  display: inline-block;
  height: 350px;
  z-index: 2;
}
.sight .interview .interview-list > ul > li figure figcaption {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  color: #15469e;
  z-index: 2;
}
.sight .interview .interview-list > ul > li figure figcaption b {
  display: inline-block;
  padding: 2px 10px;
  font-size: 30px;
  font-weight: 700;
  background-color: #fff;
}
.sight .interview .interview-list > ul > li figure figcaption small {
  display: block;
  width: 100%;
  padding: 4px 20px;
  font-size: 24px;
  background-color: #fff;
}
.sight .interview .interview-list > ul > li figure::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url("../images/sub/img_sight_circle.png") no-repeat 50% 0%/100% auto;
}
.sight .interview .interview-list > ul > li .details {
  margin-top: 30px;
}
.sight .interview .interview-list > ul > li .details > b {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.sight .interview .interview-list > ul > li .details > p {
  text-decoration: underline;
  text-underline-position: under;
}
.sight .interview .interview-list > ul > li:nth-of-type(n + 3) {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .sight .interview .top {
    padding: 30px 15px;
  }
  .sight .interview .top dl dt {
    font-size: 24px;
  }
  .sight .interview .interview-list {
    padding: 60px 15px;
  }
  .sight .interview .interview-list h3 {
    font-size: 20px;
    padding: 8px 35px 4px 70px;
    top: -20px;
  }
  .sight .interview .interview-list h3::before {
    left: 30px;
    bottom: 0;
    width: 22px;
    height: 42px;
  }
  .sight .interview .interview-list > ul {
    width: 100%;
    margin: 0;
  }
  .sight .interview .interview-list > ul > li {
    display: block;
    padding: 0;
    width: 100%;
  }
  .sight .interview .interview-list > ul > li figure {
    padding-top: 30px;
  }
  .sight .interview .interview-list > ul > li figure img {
    width: 70%;
    height: auto;
  }
  .sight .interview .interview-list > ul > li figure figcaption {
    left: 0;
  }
  .sight .interview .interview-list > ul > li figure figcaption b {
    font-size: 22px;
    padding-left: 0;
  }
  .sight .interview .interview-list > ul > li figure figcaption small {
    font-size: 18px;
    padding: 0;
  }
  .sight .interview .interview-list > ul > li .details {
    margin-top: 10px;
  }
  .sight .interview .interview-list > ul > li .details b {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .sight .interview .interview-list > ul > li ~ li {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .sight .figure-list {
    display: block;
    width: 100%;
    margin: 60px 0;
  }
  .sight .figure-list figure {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .sight .figure-list figure ~ figure {
    margin-top: 30px;
  }
  .sight .deco-img img.deco {
    bottom: auto;
    left: 0;
    top: -50px;
    right: 0;
    transform: translate(0, 0) rotate(25deg);
    width: 35%;
  }
}

.interview .page-header .container-fluid .details .container h3 > span {
  display: block;
  font-size: 30px;
}
.interview .note {
  position: relative;
  display: block;
  margin: 60px auto;
  padding: 30px 80px;
  border-bottom-right-radius: 50px;
  width: 100%;
  max-width: 1000px;
  background-color: #ef402f;
}
.interview .note > ol {
  font-family: "GMarketSans";
  color: #fff;
}
.interview .note > ol > li ~ li {
  margin-top: 20px;
}
.interview .note::after {
  content: "";
  position: absolute;
  top: -15%;
  right: 0;
  width: 54px;
  height: 100%;
  background: url("../images/sub/img_interview_paper.png") no-repeat 100% 50%/auto 100%;
}
@media (max-width: 1024px) {
  .interview .note {
    max-width: 90%;
    padding: 40px 30px 80px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .interview .note::after {
    top: auto;
    bottom: 0px;
    left: 25%;
    width: 80%;
    height: 70px;
    background: url("../images/sub/img_interview_paper_rotate.png") no-repeat 50% 100%/100% auto;
  }
}
.interview .horse-list {
  margin-top: 100PX;
}
.interview .horse-list > ul > li {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.interview .horse-list > ul > li > div {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}
.interview .horse-list > ul > li > div .item-img {
  position: relative;
  z-index: 2;
}
.interview .horse-list > ul > li > div .item-img figure {
  display: block;
  width: 100%;
  margin: 0;
}
.interview .horse-list > ul > li > div .item-img figure img {
  display: block;
  width: 100%;
  max-width: 300px;
}
.interview .horse-list > ul > li > div .item-img figure figcaption {
  display: block;
  text-align: left;
}
.interview .horse-list > ul > li > div .item-img figure figcaption > b {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
.interview .horse-list > ul > li > div .item-img figure figcaption > small {
  display: block;
  font-size: 20px;
}
.interview .horse-list > ul > li > div .summary {
  margin-top: 40px;
}
.interview .horse-list > ul > li > div .summary > ol > li ~ li {
  margin-top: 10px;
}
.interview .horse-list > ul > li > div .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 1;
}
.interview .horse-list > ul > li > div .bg-img img {
  display: block;
  width: 100%;
}
.interview .horse-list > ul > li > div .bg-img.size-up {
  width: 80%;
}
.interview .horse-list > ul > li ~ li {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .interview .horse-list > ul > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .interview .horse-list > ul > li > div {
    display: block;
    width: 100%;
    padding: 0;
  }
  .interview .horse-list > ul > li > div .item-img figure img {
    max-width: 100%;
    width: 70%;
  }
  .interview .horse-list > ul > li > div .item-img figure figcaption > b {
    font-size: 24px;
  }
  .interview .horse-list > ul > li > div .item-img figure figcaption > small {
    font-size: 18px;
  }
  .interview .horse-list > ul > li > div .summary {
    margin-top: 30px;
  }
  .interview .horse-list > ul > li > div ~ div {
    margin-top: 50px;
  }
  .interview .horse-list .none {
    display: none;
  }
}

.charge .page-header .container-fluid .details .container h3 {
  color: #fff;
}
.charge .page-header .container-fluid .details .container .writer span {
  color: #fff;
}
.charge figure img {
  border-radius: 30px;
}
.charge .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.charge .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .charge .box {
    display: block;
    table-layout: auto;
    width: 100%;
    margin: 0;
  }
  .charge .box > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .charge .box > div ~ div {
    margin-top: 30px;
  }
}
.charge section .container > figure {
  margin-top: 60px;
}
.charge section .container .dl-list {
  margin-top: 60px;
}
.charge section .container .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 60px -15px 0;
}
.charge section .container .figure-list > figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .charge section .container .figure-list {
    display: block;
    table-layout: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .charge section .container .figure-list > figure {
    display: block;
    padding: 0;
  }
  .charge section .container .figure-list > figure ~ figure {
    margin-top: 30px;
  }
}
.charge .interview {
  position: relative;
  margin-top: 100px;
  padding: 30px;
  border-radius: 30px;
  background-color: #96abd3;
}
.charge .interview .article-header {
  position: absolute;
  display: inline-block;
  top: -20px;
  padding: 10px 30px 10px 80px;
  border-radius: 999px;
  background-color: #5c6aaa;
}
.charge .interview .article-header h3 {
  color: #fff;
  font-size: 30px;
  font-family: "GMarketSans";
}
.charge .interview .article-header > img {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 100px;
  left: -10px;
  bottom: 0;
}
.charge .interview .article-content {
  background-color: #fff;
  padding: 60px 30px;
  background: #fff url("../images/sub/bg_charge_interview.png") repeat 50% 50%/50px 50px;
}
.charge .interview .article-content > ul > li {
  display: table;
  table-layout: fixed;
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.charge .interview .article-content > ul > li > div {
  display: table-cell;
  padding: 0 30px;
  vertical-align: top;
}
.charge .interview .article-content > ul > li > div .item-img figure {
  position: relative;
}
.charge .interview .article-content > ul > li > div .item-img figure img {
  display: block;
  width: 100%;
  border-radius: 999px;
}
.charge .interview .article-content > ul > li > div .item-img figure figcaption {
  position: absolute;
  padding: 4px 30px;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: #fff;
}
.charge .interview .article-content > ul > li > div .item-img figure figcaption > b {
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.charge .interview .article-content > ul > li > div .item-img figure figcaption > small {
  display: inline-block;
  font-size: 18px;
}
.charge .interview .article-content > ul > li > div > p {
  margin-top: 40px;
}
.charge .interview .article-content > ul > li ~ li {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .charge .interview {
    margin-top: 80px;
    padding: 10px;
    border-radius: 10px;
  }
  .charge .interview .article-header {
    padding-left: 35px;
  }
  .charge .interview .article-header h3 {
    font-size: 22px;
  }
  .charge .interview .article-header > img {
    height: 50px;
  }
  .charge .interview .article-content {
    padding: 60px 10px;
    background-size: 20px 20px;
  }
  .charge .interview .article-content > ul > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .charge .interview .article-content > ul > li > div {
    display: block;
    padding: 0;
  }
  .charge .interview .article-content > ul > li > div .item-img figure figcaption {
    position: static;
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }
  .charge .interview .article-content > ul > li > div .item-img figure figcaption > b {
    font-size: 20px;
  }
  .charge .interview .article-content > ul > li > div .item-img figure figcaption > small {
    display: block;
    font-size: 16px;
  }
  .charge .interview .article-content > ul > li > div > p {
    margin-top: 20px;
  }
  .charge .interview .article-content > ul > li > div ~ div {
    margin-top: 60px;
  }
  .charge .interview .article-content > ul > li ~ li {
    margin-top: 60px;
  }
}
.charge .kepco-board {
  display: block;
  margin-top: 80px;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #96abd3;
  font-family: "GMarketSans";
}
.charge .kepco-board .board-wrap {
  padding: 60px 30px;
  background-color: #fff;
}
.charge .kepco-board .board-wrap > h4 {
  display: block;
  font-size: 40px;
}
.charge .kepco-board .board-wrap > ol {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
}
.charge .kepco-board .board-wrap > ol > li ~ li {
  margin-top: 20px;
}
.charge .kepco-board .board-wrap a {
  display: inline-block;
  margin-top: 60px;
  padding: 4px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.charge .kepco-board .board-wrap a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1024px) {
  .charge .kepco-board {
    margin-top: 60px;
    padding: 10px;
    border-radius: 10px;
  }
  .charge .kepco-board .board-wrap {
    padding: 60px 10px;
    background-color: #fff;
  }
  .charge .kepco-board .board-wrap > h4 {
    font-size: 26px;
  }
}

.talk .page-header {
  background-color: #ed7352;
}
.talk section {
  background-color: #f1f1f1;
}
.talk section .container {
  font-family: "GMarketSans";
}
.talk section .container .dl-list {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 6px dashed #fff;
}
.talk .item-list {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 6px dashed #fff;
}
.talk .item-list .img-txt img {
  display: block;
  width: 100%;
  max-width: 200px;
}
.talk .item-list > ul {
  margin-top: 30px;
  border: 6px dashed #fff;
  width: 100%;
}
.talk .item-list > ul > li {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.talk .item-list > ul > li div {
  display: table-cell;
  width: 50%;
  padding: 30px;
  vertical-align: bottom;
  text-align: center;
}
.talk .item-list > ul > li div figure {
  display: inline-block;
  width: 100%;
}
.talk .item-list > ul > li div figure > img {
  display: inline-block;
  max-width: 100%;
}
.talk .item-list > ul > li div figure figcaption {
  display: inline-block;
  padding: 2px 10px;
  background-color: #fdf6ed;
}
.talk .item-list > ul > li div figure.size-up {
  width: 70%;
}
.talk .item-list > ul > li div:first-child {
  border-right: 6px dashed #fff;
}
.talk .item-list > ul > li ~ li {
  border-top: 6px dashed #fff;
}
@media (max-width: 1024px) {
  .talk .item-list > ul > li {
    display: block;
  }
  .talk .item-list > ul > li div {
    display: block;
    padding: 40px 20px;
    width: 100%;
  }
  .talk .item-list > ul > li div figure {
    width: 100%;
  }
  .talk .item-list > ul > li div ~ div {
    border-top: 6px dashed #fff;
  }
  .talk .item-list > ul > li div:first-child {
    border-right: 0;
  }
}
.talk .recommand-list {
  display: block;
  margin: 80px auto 0;
  width: 100%;
  max-width: 800px;
}
.talk .recommand-list > ul {
  margin: 10px 0;
  padding: 20px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.talk .recommand-list > ul > li a {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.talk .recommand-list > ul > li a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
.talk .recommand-list > ul > li ~ li {
  margin-top: 30px;
}
.talk .kepco-area {
  display: block;
  text-align: center;
}
.talk .kepco-area a {
  display: inline-block;
  margin-top: 60px;
  padding: 4px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.talk .kepco-area a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}/*# sourceMappingURL=sub1.css.map */