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

/* common */
section {
  padding: 80px 0 200px !important;
}
section .container {
  max-width: 1230px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0 160px !important;
  }
}

#content {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1024px) {
  #content {
    font-size: 16px;
  }
}

.gowun {
  display: block;
  font-size: 30px;
  font-weight: 400;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .gowun {
    font-size: 20px;
  }
}

.dl-list dt {
  font-size: 26px;
  font-weight: 600;
}
.dl-list dd {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 20px;
  }
  .dl-list dd {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .quick-top.active {
    bottom: 244px !important;
  }
}

figure {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}
figure .caption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}

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

.page-controls {
  position: absolute;
  bottom: 90px;
  width: 100%;
}
.page-controls .container {
  display: block;
  max-width: 1230px;
  padding: 0 15px;
  overflow: hidden;
}
.page-controls .container > a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border-radius: 100px;
  padding: 0 15px;
  background-color: #333;
}
.page-controls .container > a:first-child {
  float: left;
}
.page-controls .container > a:last-child {
  float: right;
}
@media (max-width: 1024px) {
  .page-controls {
    bottom: 35px;
  }
  .page-controls .container > a {
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
  }
}

/* page-header */
.page-header .container-fluid {
  display: table;
  width: 100%;
  height: 700px;
  table-layout: fixed;
  padding: 0;
}
.page-header .container-fluid > div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.page-header .container-fluid > div.details {
  position: relative;
}
.page-header .container-fluid > div.details .container {
  max-width: 715px;
  margin-right: 0;
}
.page-header .container-fluid > div.details .container .img-txt {
  position: absolute;
  left: 0;
}
.page-header .container-fluid > div.details .container .img-txt img {
  max-width: 100%;
}
.page-header .container-fluid > div.details .container .img-txt.on-txt {
  top: 0;
}
.page-header .container-fluid > div.details .container .img-txt.off-txt {
  bottom: 0;
}
.page-header .container-fluid > div.details .container .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 100px;
  color: #fff;
  padding: 0 10px 0 24px;
  background-color: #000;
}
.page-header .container-fluid > div.details .container .label:before {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.page-header .container-fluid > div.details .container small {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container h3 {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  font-family: "GMarketSans";
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container p {
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer span {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.page-header .container-fluid > div.details .container .writer span b {
  font-weight: bold;
}
.page-header .container-fluid > div.details .container .writer span ~ span {
  margin-left: 30px;
}
.page-header .container-fluid > div.backdrop {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-header .container-fluid > div.backdrop > figure {
  display: none;
}
.page-header .container-fluid > div.backdrop > figure img {
  width: 100%;
}
.page-header .container-fluid > div.backdrop .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .page-header .container-fluid > div.details .container h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .page-header .container-fluid {
    display: block;
    height: auto;
  }
  .page-header .container-fluid > div.details {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 70px);
    text-align: center;
    padding-top: 80px;
  }
  .page-header .container-fluid > div.details .container {
    display: table-cell;
    vertical-align: top;
  }
  .page-header .container-fluid > div.details .container .label {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .container-fluid > div.details .container .img-txt {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .container-fluid > div.details .container .img-txt.on-txt {
    top: auto;
    bottom: 0;
  }
  .page-header .container-fluid > div.details .container small {
    font-size: 18px;
    margin-top: 10px;
  }
  .page-header .container-fluid > div.details .container h3 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
  }
  .page-header .container-fluid > div.details .container p {
    margin-top: 20px;
  }
  .page-header .container-fluid > div.details .container .writer {
    margin-top: 30px;
  }
  .page-header .container-fluid > div.backdrop {
    background: none !important;
  }
  .page-header .container-fluid > div.backdrop > figure {
    display: block;
  }
  .page-header .container-fluid > div.backdrop > figure img {
    display: block;
    width: 100%;
  }
  .page-header .container-fluid > div.backdrop .caption {
    font-size: 14px;
  }
}

/* news */
.news {
  background-color: #ece9e6;
}
.news .container .section-header {
  position: relative;
  padding: 0 20px 10px;
  border-bottom: 3px solid #000;
}
.news .container .section-header h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  font-family: "GMarketSans";
}
.news .container .section-header .date {
  position: absolute;
  bottom: 13px;
  right: 20px;
  font-weight: 500;
}
.news .container .section-content {
  padding-top: 60px;
}
.news .container .section-content > ul > li figure {
  display: block;
  margin-bottom: 30px;
}
.news .container .section-content > ul > li figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news .container .section-content > ul > li ~ li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .news .container .section-header {
    padding: 0 0 10px 0;
  }
  .news .container .section-header h3 {
    font-size: 30px;
  }
  .news .container .section-header .date {
    right: 0;
    bottom: 8px;
  }
  .news .container .section-content {
    padding-top: 30px;
  }
  .news .container .section-content > ul > li figure {
    margin-bottom: 15px;
  }
  .news .container .section-content > ul > li ~ li {
    padding-top: 30px;
    margin-top: 30px;
  }
}

/* cover */
.cover-header .container-fluid > div.details .container {
  color: #fff;
}
.cover-header .container-fluid > div.details .container .writer span {
  color: #fff;
}

.cover .container .dl-list {
  margin-top: 60px;
}
.cover .container .dl-list dt {
  color: #4774b9;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .cover .container .dl-list {
    margin-top: 30px;
  }
}

/* theme01 */
.theme01 {
  background-color: #edede9;
}
.theme01 figcaption {
  text-align: left;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #a84f9a;
}
.theme01 figcaption b {
  display: block;
  color: #a84f9a;
}
.theme01 .dl-list {
  margin-top: 60px;
}
.theme01 .img-list {
  margin-top: 60px;
}
.theme01 .table-responsive {
  overflow-x: auto;
  margin-top: 60px;
}
.theme01 .table-responsive .table {
  table-layout: fixed;
  font-size: 16px;
  width: 100%;
  color: #a84f9a;
  min-width: 1000px;
  text-align: left;
}
.theme01 .table-responsive .table thead tr th {
  border-bottom: 2px solid #a84f9a;
  padding-bottom: 10px;
}
.theme01 .table-responsive .table tbody tr th {
  font-weight: bold;
  padding: 5px 0 10px;
  border-bottom: 1px solid #a84f9a;
}
.theme01 .table-responsive .table tbody tr td {
  font-weight: 400;
  padding: 5px 0 10px;
  border-bottom: 1px solid #a84f9a;
}
.theme01 .table-summary {
  font-size: 16px;
  padding-top: 10px;
}
.theme01 .table-summary b {
  display: block;
  font-weight: bold;
  color: #a84f9a;
}
.theme01 .w-100 {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .theme01 figcaption {
    margin-top: 20px;
  }
  .theme01 .dl-list {
    margin-top: 30px;
  }
  .theme01 .table-reaponsive {
    margin-top: 30px;
  }
}

/* issue-header */
.issue-header .container-fluid > div.details {
  color: #fff;
}
.issue-header .container-fluid > div.details .container strong {
  font-weight: bold;
  font-size: 30px;
  font-family: "GMarketSans";
}
.issue-header .container-fluid > div.details .container .writer span {
  color: #fff;
}
@media (max-width: 1024px) {
  .issue-header .container-fluid > div.details .container strong {
    font-size: 20px;
  }
}

.issue01 .dl-list dt {
  color: #1c296f;
}
.issue01 .dl-list ~ .dl-list {
  margin-top: 60px;
}
.issue01 .w-100 {
  display: block;
  margin-top: 60px;
}
.issue01 .attention-list {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.issue01 .attention-list > div {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.issue01 .attention-list > div:first-child {
  padding-right: 15px;
}
.issue01 .attention-list > div:last-child {
  padding-left: 15px;
}
.issue01 .attention-list > div .list-top {
  position: relative;
  padding-top: 40px;
  padding-left: 30px;
}
.issue01 .attention-list > div .list-top:before {
  position: absolute;
  bottom: 30px;
  left: 0;
  content: "";
  border-style: solid;
  border-width: 0px 0px 30px 30px;
  border-color: transparent transparent #3d4a5c transparent;
}
.issue01 .attention-list > div .list-top img {
  position: absolute;
  top: 0;
  left: 50px;
  display: block;
  max-width: 100%;
}
.issue01 .attention-list > div .list-top b {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding: 0 40px 0 20px;
  border-radius: 0 0 20px 20px;
  background-color: #707c88;
}
.issue01 .attention-list > div > ol {
  position: relative;
  height: calc(100% - 70px);
  padding: 50px 30px 30px;
  margin-top: -30px;
  background-color: #e7f0fa;
}
.issue01 .attention-list > div > ol > li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 36px;
  counter-increment: list-index;
}
.issue01 .attention-list > div > ol > li b {
  font-weight: 600;
}
.issue01 .attention-list > div > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  line-height: 26px;
  color: #e7f0fa;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  content: counter(list-index);
}
.issue01 .attention-list > div > ol > li ~ li {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .issue01 .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .issue01 .w-100 {
    margin-top: 60px;
  }
  .issue01 .attention-list {
    display: block;
    margin-top: 30px;
  }
  .issue01 .attention-list > div {
    display: block;
    padding: 0 !important;
  }
  .issue01 .attention-list > div .list-top {
    padding-left: 20px;
  }
  .issue01 .attention-list > div .list-top img {
    left: 30px;
  }
  .issue01 .attention-list > div .list-top b {
    line-height: 40px;
  }
  .issue01 .attention-list > div .list-top:before {
    bottom: 20px;
    border-width: 0px 0px 20px 20px;
  }
  .issue01 .attention-list > div > ol {
    margin-top: -20px;
    padding: 40px 15px 20px;
  }
  .issue01 .attention-list > div > ol > li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
  }
  .issue01 .attention-list > div > ol > li:before {
    width: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .issue01 .attention-list > div ~ div {
    margin-top: 30px;
  }
}

.issue02 .dl-list dt {
  color: #1c296f;
}
.issue02 .dl-list ~ .dl-list {
  margin-top: 60px;
}
.issue02 .w-100 {
  display: block;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue02 .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .issue02 .w-100 {
    margin-top: 30px;
  }
}

/* mission */
.mission-header {
  background-color: #ddecf6;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 65% auto;
}
.mission-header .container-fluid > div.details .container h3 {
  color: #008fcd;
}
.mission-header .container-fluid > div.details .container strong {
  font-size: 30px;
  font-weight: bold;
  color: #595757;
  font-family: "GMarketSans";
}
@media (max-width: 1024px) {
  .mission-header {
    background: none !important;
    background-color: #ddecf6 !important;
  }
  .mission-header .container-fluid > div.details .container strong {
    font-size: 20px;
  }
}

.mission-wrap {
  background: linear-gradient(to bottom, rgba(221, 236, 246, 0) 0%, rgba(221, 236, 246, 0.3) 30%, rgb(221, 236, 246) 100%);
}

.mission .dl-list dt {
  color: #4894ca;
}
.mission .dl-list ~ .dl-list {
  margin-top: 60px;
}
.mission .attention {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  margin-top: 20px;
}
.mission .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.mission figure {
  margin-top: 60px;
}
.mission figure.w-1000 {
  display: block;
}
.mission figure.w-1000 img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.mission figure.round {
  overflow: hidden;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1024px) {
  .mission .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .mission .attention {
    font-size: 14px;
    margin-top: 15px;
  }
  .mission figure {
    margin-top: 30px;
  }
}

/* electric */
.electric-wrap {
  background-color: #d9d1cc;
}

.electric-header .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  font-family: "GMarketSans";
  margin-top: 20px;
}
.electric-header .container-fluid > div.details .container h3 {
  color: #6e3320;
  margin-top: 0;
}
.electric-header .container-fluid > div.details .container p {
  color: #6e3320;
}

.electric .top-figure {
  text-align: center;
}
.electric .top-figure img {
  width: 100%;
  max-width: 100%;
}
.electric .summary {
  margin-top: 60px;
}
.electric .img-list {
  margin-top: 60px;
}
.electric .dl-list {
  margin-top: 60px;
}
.electric .dl-list dt {
  color: #6e3320;
}
.electric .note {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 1024px) {
  .electric .summary {
    margin-top: 30px;
  }
  .electric .img-list {
    margin-top: 30px;
  }
  .electric .dl-list {
    margin-top: 30px;
  }
  .electric .note {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* sight */
.sight-header .container-fluid > div.details h3 {
  color: #1a2a51;
}
.sight-header .container-fluid > div.details strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #1a2a51;
  font-family: "GMarketSans";
}

.sight .dl-list {
  margin-top: 60px;
}
.sight .dl-list dt {
  color: #1a2a51;
}
.sight .note {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}
.sight .img-list {
  margin-top: 60px;
}
.sight .w-100 {
  display: block;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .sight .dl-list {
    margin-top: 30px;
  }
  .sight .img-list {
    margin-top: 30px;
  }
  .sight .w-100 {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub.css.map */