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

sup {
  vertical-align: super;
  font-size: smaller;
}

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

.read {
  font-size: 22px;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .read {
    font-size: 18px;
  }
}

.dl-list dt {
  display: block;
  font-size: 26px;
}
.dl-list dt + dd {
  margin-top: 20px;
}
.dl-list dd {
  display: block;
  font-size: 20px;
  word-break: break-all;
  text-align: justify;
}
.dl-list dd > div.box {
  display: table;
  table-layout: fixed;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.dl-list dd > div.box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.dl-list ~ .dl-list {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 20px;
  }
  .dl-list dd {
    font-size: 16px;
    margin-top: 15px;
  }
  .dl-list dd > div.box {
    display: block;
    margin: 0;
    width: 100%;
  }
  .dl-list dd > div.box > div {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .dl-list dd > div.box > div ~ div {
    margin-top: 30px;
  }
  .dl-list ~ .dl-list {
    margin-top: 60px;
  }
}

.caption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}

.page-header .container-fluid > div.details .container strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-family: "GMarketSans";
  font-weight: 400;
}
.page-header .container-fluid > div.details .container strong + h3 {
  margin-top: 0 !important;
}
.page-header .container-fluid > div.details .container h3 + strong {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-header .container-fluid > div.details .container strong {
    font-size: 22px;
  }
}

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

.local-header {
  color: #fff;
}
.local-header .writer span {
  color: #fff !important;
}

.local .dl-list {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .local .dl-list {
    margin-top: 60px;
  }
}
.local .img-list {
  table-layout: fixed;
  margin-top: 30px;
}
.local .travel-tip {
  display: block;
  margin: 100px 0;
}
.local .travel-tip .top {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.local .travel-tip .tip-list {
  display: block;
  width: calc(100% + 200px);
  margin: 30px -100px 0;
  overflow: hidden;
}
.local .travel-tip .tip-list > li {
  width: 50%;
  padding: 0 100px;
}
.local .travel-tip .tip-list > li figure {
  text-align: right;
}
.local .travel-tip .tip-list > li figure figcaption {
  display: inline-block;
  margin: 20px 0;
  padding: 2px 20px;
  border-radius: 999px;
  font-size: 24px;
  color: #fff;
  background-color: #2c8841;
}
.local .travel-tip .tip-list > li:nth-of-type(2n) {
  float: right;
}
.local .travel-tip .tip-list > li:nth-of-type(2n+1) {
  float: left;
}
.local .travel-tip .tip-list > li:nth-of-type(n+3) {
  margin-top: 60px;
}
.local .travel-tip .tip-list .info > li > dl {
  display: table;
  padding-left: 30px;
}
.local .travel-tip .tip-list .info > li > dl dt {
  position: relative;
  display: table-cell;
  min-width: 100px;
  padding-right: 10px;
  vertical-align: top;
  font-weight: 700;
}
.local .travel-tip .tip-list .info > li > dl dd {
  display: table-cell;
  vertical-align: top;
}
.local .travel-tip .tip-list .info > li ~ li {
  margin-top: 10px;
}
.local .travel-tip .tip-list .info > li:nth-of-type(1) > dl {
  background: url("../images/sub/ico_local01.png") no-repeat 0 6px/auto 16px;
}
.local .travel-tip .tip-list .info > li:nth-of-type(2) > dl {
  background: url("../images/sub/ico_local02.png") no-repeat 0 6px/auto 16px;
}
.local .travel-tip .tip-list .info > li:nth-of-type(3) > dl {
  background: url("../images/sub/ico_local03.png") no-repeat 0 6px/auto 16px;
}
.local .travel-tip .tip-list .info > li:nth-of-type(4) > dl {
  background: url("../images/sub/ico_local04.png") no-repeat 0 6px/auto 16px;
}
.local .travel-tip .tip-list .info > li:nth-of-type(5) > dl {
  background: url("../images/sub/ico_local05.png") no-repeat 0 6px/auto 16px;
}
.local article {
  padding: 80px 0;
}
.local article small {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 20px;
  font-size: 24px;
  font-family: "GMarketSans";
  font-weight: 700;
  color: #fff;
}
.local article h3 {
  display: block;
  font-size: 50px;
  font-weight: 400;
  font-family: "GowoonDodum";
}
.local article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "GowoonDodum";
}
.local article span {
  display: inline-block;
}
.local article span > b {
  font-weight: 700;
}
.local article .details > ol > li h5 {
  font-family: "GowoonDodum";
  font-size: 22px;
}
@media (max-width: 1024px) {
  .local .local-list > li .table-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .local .local-list > li .table-list > li {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .local .local-list > li .table-list > li ~ li {
    margin-top: 20px;
  }
  .local .local-list > li ~ li {
    margin-top: 50px;
  }
  .local .travel-tip .tip-list {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .local .travel-tip .tip-list > li {
    width: 100%;
    padding: 0;
  }
  .local .travel-tip .tip-list > li figure figcaption {
    margin: 10px 0 20px;
    font-size: 20px;
  }
  .local .travel-tip .tip-list > li ~ li {
    margin-top: 60px !important;
  }
  .local .travel-tip .tip-list .info > li > dl dt {
    min-width: 70px;
  }
  .local article {
    padding: 60px 0;
  }
  .local article small {
    font-size: 20px;
  }
  .local article h3 {
    font-size: 40px;
  }
  .local article .details > ol > li h5 {
    font-size: 16px;
  }
}

.trend {
  background: url("../images/sub/bg_trend.png") repeat 50% 0%/100% auto;
}
.trend section dl dt > b {
  display: block;
  line-height: 1;
}
.trend section figcaption {
  color: #333;
}
.trend section .caption {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #333;
  color: #333;
}

.select-header .container-fluid .details .container h3 > span {
  font-weight: 300;
}

.select .wrap > article {
  display: block;
  overflow: hidden;
}
.select .wrap > article h3 {
  display: inline;
  background: linear-gradient(#b3d9a9, #b3d9a9) no-repeat 50% 100%/100% 50%;
}
.select .wrap > article h3 + p {
  margin-top: 30px;
}
.select .wrap > article > div:first-child {
  border: none;
}
.select .wrap > article .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 0;
}
.select .wrap > article .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 30px 60px;
}
.select .wrap > article .box > div.item-img {
  vertical-align: bottom;
}
.select .wrap > article .box > div figure {
  display: block;
  text-align: center;
}
.select .wrap > article .box > div figure img {
  display: inline-block;
  width: 100%;
  max-width: 70%;
}
.select .wrap > article .box > div figure.type-2 {
  transform: translateY(30px);
}
.select .wrap > article .box > div ~ div {
  border-left: 2px solid #000;
}
.select .wrap > article ~ article {
  border-top: none;
}
@media (max-width: 1024px) {
  .select .wrap > article {
    border: 1px solid #000;
  }
  .select .wrap > article .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .select .wrap > article .box > div {
    display: block;
    padding: 30px 15px;
  }
  .select .wrap > article .box > div figure.type-2 {
    transform: translateY(30px);
  }
  .select .wrap > article .box > div ~ div {
    border-left: none;
    border-top: 1px solid #000;
  }
  .select .wrap > article ~ article {
    border-top: 1px solid #000;
  }
}

.charge .page-header .container-fluid .details {
  background: linear-gradient(to left, #fbdaca, #fff);
}
.charge section {
  background: #fff6f5 url("../images/sub/bg_charge.png") repeat 50% 0%/100% auto;
}
.charge section .container {
  position: relative;
}
.charge section .container > figure {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
.charge section .container > figure img {
  display: block;
  width: 100%;
}
.charge section .container dl.dl-list {
  margin-top: 100px;
}
.charge section .container .img-list {
  margin-top: 30px;
}
.charge .interview {
  position: relative;
  display: block;
  margin-top: 100px;
  padding: 60px;
  border: 1px solid #000;
  box-shadow: 6px 6px 0 #eb6165;
  background-color: #fff;
}
.charge .interview .article-header {
  position: relative;
  top: -90px;
  display: inline-block;
  background-color: #eb6165;
  padding: 10px 20px 10px 40px;
  border-radius: 0 999px 999px 0;
}
.charge .interview .article-header h3 {
  color: #fff;
}
.charge .interview .article-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 60px;
  height: 82px;
  background: url("../images/sub/ico_charege_mic.png") no-repeat 50% 50%/100% auto;
}
.charge .interview .article-content .first {
  display: table;
  table-layout: fixed;
  width: calc(100% + 100px);
  margin: 0 -50px;
}
.charge .interview .article-content .first > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
  text-align: center;
}
.charge .interview .article-content .first > div.item-img figure {
  position: relative;
}
.charge .interview .article-content .first > div.item-img figure img {
  position: relative;
  border-radius: 50%;
}
.charge .interview .article-content .first > div.item-img figure figcaption {
  color: #000;
  text-align: center;
}
.charge .interview .article-content .first > div.item-img figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  height: calc(100% - 30px);
  background-color: #eb6165;
  border-radius: 50%;
}
.charge .interview .article-content .first > div.details {
  font-family: "GMarketSans";
  line-height: 1.8;
  color: #eb6165;
}
.charge .interview .article-content .first > div.details span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-position: under;
}
.charge .interview .article-content .first ~ div {
  margin-top: 100px;
}
.charge .interview .article-content .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 100px);
  margin: 0 -50px;
}
.charge .interview .article-content .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 50px;
}
.charge .interview .article-content .box > div.question > ul > li dl dt {
  position: relative;
  padding-left: 60px;
  font-weight: 700;
}
.charge .interview .article-content .box > div.question > ul > li dl dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.charge .interview .article-content .box > div.question > ul > li dl dt:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 18px;
  width: 35px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .charge .interview .article-content .box > div.question > ul > li dl dt {
    padding-left: 46px;
  }
  .charge .interview .article-content .box > div.question > ul > li dl dt:after {
    top: 20px;
    width: 20px;
  }
}
.charge .interview .article-content .box > div.question > ul > li ~ li {
  margin-top: 60px;
}
.charge .interview .article-content .box > div.circle-img figure {
  position: relative;
  z-index: 1;
}
.charge .interview .article-content .box > div.circle-img figure img {
  border-radius: 50%;
}
.charge .interview .article-content .box > div.circle-img figure ~ figure {
  position: relative;
  transform: translateY(-20%);
  z-index: 0;
}
.charge .other {
  margin-top: 150px;
}
.charge .other .article-header {
  text-align: center;
}
.charge .other .article-header h3 {
  display: block;
  font-size: 40px;
  font-family: "GMarketSans";
  color: #ea5f64;
}
.charge .other .article-header small {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ea5f64;
}
.charge .other .img-list.type-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #ea5f64;
  border-bottom: 2px solid #ea5f64;
  table-layout: fixed;
}
.charge .other .img-list.type-2 figure:first-child img {
  border-radius: 50%;
}
.charge .other .img-list + p {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .charge section .container .dl-list ~ .dl-list {
    margin-top: 60px;
  }
  .charge section .interview {
    padding: 30px 10px;
  }
  .charge section .interview .article-content .first {
    display: block;
    table-layout: auto;
    width: 100%;
    margin: 0 auto;
  }
  .charge section .interview .article-content .first > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .charge section .interview .article-content .first > div.item-img figure {
    display: block;
    text-align: center;
  }
  .charge section .interview .article-content .first > div.item-img figure img {
    display: inline-block;
    max-width: 70%;
  }
  .charge section .interview .article-content .first > div.item-img figure:before {
    left: 30px;
    width: calc(70% - 20px);
  }
  .charge section .interview .article-content .first > div ~ div {
    margin-top: 30px;
  }
  .charge section .interview .article-content .first ~ div {
    margin-top: 60px;
  }
  .charge section .interview .article-content .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .charge section .interview .article-content .box > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .charge section .interview .article-content .box > div ~ div {
    margin-top: 40px;
  }
  .charge section .other {
    margin-top: 60px;
  }
  .charge section .other .article-header h3 {
    font-size: 32px;
  }
  .charge section .other .article-header small {
    font-size: 18px;
  }
  .charge section .other .img-list.type-2 figure:first-child {
    margin: 0 auto;
    max-width: 60%;
  }
  .charge section .other .img-list + p {
    margin-top: 30px;
  }
}

.science .page-header .container-fluid .details {
  color: #fff;
}
.science section {
  position: relative;
  background: url("../images/sub/bg_science.png") repeat 50% 50%/100% auto;
}
.science section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  pointer-events: none;
}
.science section .container {
  position: relative;
}
.science section dl dt {
  color: #c93a34;
  font-weight: 700;
}
.science section .gowun {
  margin-top: 100px;
  text-align: center;
  font-weight: 200;
}
.science section .gowun strong {
  font-size: 22px;
  color: #c93a34;
}
.science section .circle {
  display: block;
}
.science section .circle img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.science section .circle figcaption {
  color: #c93a34;
  font-size: 16px;
  margin-top: 8px;
}
.science section figure.last {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
.science section figure.last img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .science section .gowun {
    margin-top: 60px;
  }
}

.talk-header .container-fluid .details .container strong {
  font-size: 30px;
  font-family: "GMarketSans";
}
@media (max-width: 1024px) {
  .talk-header .container-fluid .details .container strong {
    font-size: 20px;
  }
}

.talk .container .box {
  display: table;
  table-layout: fixed;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.talk .container .box > div {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
.talk .container .box > div.item-img figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.talk .container .dl-list dt {
  position: relative;
  display: block;
  padding-left: 40px;
}
.talk .container .dl-list dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 35px;
  height: 1px;
  background-color: #000;
}
.talk .container .img {
  display: table;
  table-layout: fixed;
  width: calc(100% + 60px);
  margin: 60px -30px 0;
}
.talk .container .img figure {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 30px;
}
.talk .container .img figure figcaption {
  font-family: "GowoonDodum";
  color: #608bc2;
}
@media (max-width: 1024px) {
  .talk .container .img {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .talk .container .img figure {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .talk .container .img figure ~ figure {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .talk .container .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .talk .container .box > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .talk .container .box > div ~ div {
    margin-top: 30px;
  }
  .talk .container .dl-list dt {
    background-position: 0 8px;
  }
  .talk .container .dl-list .img .deco-img {
    width: 100px;
    top: -30px;
    right: 0;
  }
}

.quiz .quiz-wrap {
  position: relative;
  margin-bottom: 60px;
  padding: 60px;
  background: #fff url("../images/sub/bg_quiz02.png") repeat-y 50% 50%/100% calc(100% - 30px);
}
.quiz .quiz-wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  padding-bottom: 20%;
  background: url("../images/sub/bg_quiz01.png") no-repeat 50% 0/100% auto;
  pointer-events: none;
}
.quiz .quiz-wrap:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding-bottom: 20%;
  background: url("../images/sub/bg_quiz01.png") no-repeat 50% 0/100% auto;
  transform: rotate(180deg);
  pointer-events: none;
}
.quiz .section-header {
  position: relative;
  text-align: center;
}
.quiz .section-header h3 {
  display: block;
  font-size: 80px;
}
.quiz .section-header figure {
  margin-top: 30px;
  width: 100%;
}
.quiz .section-header figure img {
  display: block;
  width: 100%;
}
.quiz .section-header:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 200px;
  height: 200px;
  background: url("../images/sub/img_quiz01.png") no-repeat 50% 50%/100% auto;
}
.quiz .section-content {
  margin-top: 60px;
}
.quiz .section-content .quiz-list > h4 {
  display: block;
  text-align: center;
  font-size: 26px;
}
.quiz .section-content .quiz-list > ul > li {
  padding: 30px 0;
}
.quiz .section-content .quiz-list > ul > li > dl {
  overflow: hidden;
}
.quiz .section-content .quiz-list > ul > li > dl > dt {
  position: relative;
  padding-left: 55px;
  font-weight: 500;
}
.quiz .section-content .quiz-list > ul > li > dl > dt > span.ico {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.quiz .section-content .quiz-list > ul > li > dl > dd {
  position: relative;
  float: right;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 500;
}
.quiz .section-content .quiz-list > ul > li > dl > dd a > b {
  display: inline-block;
  padding: 2px 20px;
  border: 1px solid rgb(0, 64, 255);
  border-radius: 999px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.quiz .section-content .quiz-list > ul > li > dl > dd a > span {
  display: inline-block;
  padding: 2px 20px;
  border: 1px solid rgb(0, 64, 255);
  border-radius: 999px;
  min-width: 300px;
  background-color: #d6ead0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.quiz .section-content .quiz-list > ul > li > dl > dd:hover a {
  color: #fff;
}
.quiz .section-content .quiz-list > ul > li > dl > dd:hover a > b {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.quiz .section-content .quiz-list > ul > li > dl > dd:hover a > span {
  border-color: #d6ead0;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1024px) {
  .quiz .section-content .quiz-list > ul > li > dl > dd a > b {
    margin-bottom: 4px;
  }
}
.quiz .section-content .last-answer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.quiz .section-content .last-answer > h4 {
  display: block;
  margin-bottom: 30px;
  text-align: left;
  font-size: 26px;
}
.quiz .section-content .last-answer > ol {
  padding-left: 30px;
}
.quiz .section-content .last-answer > ol > li {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 500;
}
.quiz .section-content .last-answer > ol > li span.ico {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.quiz .section-content .last-answer > ol > li ~ li {
  margin-top: 30px;
}
.quiz .section-content .last-answer > p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .quiz .section-content .last-answer {
    margin-top: 0;
    padding: 30px 0;
  }
  .quiz .section-content .last-answer > h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .quiz .section-content .last-answer > ol > li {
    padding-left: 40px;
    font-size: 16px;
  }
  .quiz .section-content .last-answer > ol > li > span.ico {
    font-size: 14px;
    width: 30px;
    line-height: 30px;
  }
  .quiz .section-content .last-answer > p {
    font-size: 16px;
  }
}
.quiz .section-content .more-list {
  position: relative;
  margin-top: 30px;
}
.quiz .section-content .more-list > ul {
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.quiz .section-content .more-list > ul > li > dl > dt {
  display: inline-block;
  font-weight: 800;
  width: 140px;
}
.quiz .section-content .more-list > ul > li > dl > dd {
  display: inline-block;
}
.quiz .section-content .more-list > ul > li ~ li {
  margin-top: 10px;
}
.quiz .section-content .more-list .link-area {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.quiz .section-content .more-list .link-area a {
  display: block;
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.quiz .section-content .more-list .link-area a:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .quiz .quiz-wrap {
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .quiz .quiz-wrap:before {
    top: -30px;
  }
  .quiz .quiz-wrap:after {
    bottom: -30px;
  }
  .quiz .section-header h3 {
    font-size: 40px;
  }
  .quiz .section-header figure {
    margin-top: 10px;
  }
  .quiz .section-header:before {
    display: inline-block;
    text-align: center;
    position: static;
    top: 0;
    width: 100px;
    height: 100px;
    left: 50%;
  }
  .quiz .section-content {
    margin-top: 30px;
  }
  .quiz .section-content .quiz-list > h4 {
    font-size: 20px;
  }
  .quiz .section-content .quiz-list > ul > li > dl > dt {
    padding-left: 0;
  }
  .quiz .section-content .quiz-list > ul > li > dl > dt > span.ico {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .quiz .section-content .quiz-list > ul > li > dl > dd {
    display: block;
    width: 100%;
    margin-left: 60px;
    font-size: 14px;
  }
  .quiz .section-content .quiz-list > ul > li > dl > dd:before {
    width: 50px;
    left: 0;
  }
  .quiz .section-content .more-list {
    margin-top: 0;
  }
  .quiz .section-content .more-list > ul {
    padding: 20px 0;
  }
  .quiz .section-content .more-list > ul > li > dl > dt {
    width: 100px;
  }
  .quiz .section-content .more-list .link-area {
    position: static;
    margin-top: 30px;
    display: block;
    transform: none;
    text-align: center;
  }
  .quiz .section-content .more-list .link-area a {
    display: inline-block;
    padding: 4px 20px;
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .quiz .quiz-wrap {
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .quiz .quiz-wrap:before {
    top: -1%;
    padding: 10%;
  }
  .quiz .quiz-wrap:after {
    bottom: -1%;
    padding: 10%;
  }
}

.kepco-only.talk {
  display: block;
  margin-top: 80px;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  font-family: "GMarketSans";
}
.kepco-only.talk .inner {
  background-color: #fff;
  padding: 20px;
}
.kepco-only.talk .inner a {
  display: inline-block;
  margin-top: 30px;
  padding: 4px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.kepco-only.talk .inner a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
.kepco-only.talk .inner p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .kepco-only.talk {
    padding: 10px;
    border-radius: 10px;
  }
  .kepco-only.talk .inner {
    padding: 20px;
  }
  .kepco-only.talk .inner a {
    margin-top: 30px;
  }
}
.kepco-only.charge {
  display: block;
  margin-top: 80px;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  font-family: "GMarketSans";
}
.kepco-only.charge .board-wrap {
  padding: 60px 30px;
  background-color: #fff;
}
.kepco-only.charge .board-wrap > h4 {
  display: block;
  font-size: 40px;
}
.kepco-only.charge .board-wrap > ol {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
  display: table;
  margin: 60px auto 0;
  text-align: left;
}
.kepco-only.charge .board-wrap > ol > li {
  display: block;
  padding: 4px 50px;
  border: 1px solid #000;
  border-radius: 999px;
}
.kepco-only.charge .board-wrap > ol > li b {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .kepco-only.charge .board-wrap > ol > li b {
    margin-right: 10px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.kepco-only.charge .board-wrap > ol > li p {
  display: inline-block;
  vertical-align: top;
}
.kepco-only.charge .board-wrap > ol > li ~ li {
  margin-top: 20px;
}
.kepco-only.charge .board-wrap a {
  display: inline-block;
  margin-top: 60px;
  padding: 4px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.kepco-only.charge .board-wrap a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1024px) {
  .kepco-only.charge {
    margin-top: 60px;
    padding: 10px;
    border-radius: 10px;
  }
  .kepco-only.charge .board-wrap {
    padding: 30px 10px;
    background-color: #fff;
    word-break: keep-all;
  }
  .kepco-only.charge .board-wrap > h4 {
    font-size: 20px;
  }
  .kepco-only.charge .board-wrap > ol {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
  }
  .kepco-only.charge .board-wrap > ol > li ~ li {
    margin-top: 10px;
  }
  .kepco-only.charge .board-wrap > a {
    margin-top: 30px;
  }
}

.sight-wrap .page-header.sight-header .details strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
}
.sight-wrap .page-header.sight-header .details h3 {
  display: block;
}
.sight-wrap .page-header.sight-header .details h3.big {
  font-size: 100px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .sight-wrap .page-header.sight-header .details h3.big {
    font-size: 90px;
  }
}
.sight-wrap section.sight .dl-list dt {
  color: #000;
}
.sight-wrap section.sight .dl-list + div {
  margin-top: 30px;
}
.sight-wrap section.sight .img-list + .img-list {
  margin-top: 30px;
}
.sight-wrap .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 60px -15px 0;
}
.sight-wrap .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.sight-wrap .box figure {
  width: 100%;
}
.sight-wrap .box figure img {
  display: block;
  width: 100%;
}
.sight-wrap .box figure + p {
  margin-top: 30px;
}
.sight-wrap figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .sight-wrap .img-list:first-child {
    margin: 0;
  }
  .sight-wrap .img-list {
    display: block;
  }
  .sight-wrap .img-list > div {
    display: block;
    width: 100% !important;
  }
  .sight-wrap .img-list > div ~ div {
    margin-top: 30px;
  }
  .sight-wrap .box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sight-wrap .box > div {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  > .sight-wrap .box {
    display: block;
  }
  .sight-wrap .box img {
    display: block;
    width: 100%;
  }
  .sight-wrap .box > div {
    display: block;
    width: 100%;
  }
  .sight-wrap .box > div ~ div {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub1.css.map */