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

.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;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 20px;
  }
  .dl-list dd {
    font-size: 16px;
    margin-top: 15px;
  }
}

.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 .local-list > li .table-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.local .local-list > li .table-list > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.local .local-list > li figure {
  display: block;
  width: 100%;
  max-width: 100%;
}
.local .local-list > li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.local .local-list > li ~ li {
  margin-top: 100px;
}
.local .travel-tip {
  display: block;
  width: 100%;
  margin-top: 100px;
}
.local .travel-tip .top {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}
.local .travel-tip .top h3 {
  display: inline-block;
  font-size: 50px;
  font-family: "GowoonDodum";
}
.local .travel-tip .tip-list {
  display: block;
  width: 100%;
  padding: 30px;
}
.local .travel-tip .tip-list > li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  padding: 0 30px;
}
.local .travel-tip .tip-list > li .item-img {
  display: block;
  width: 100%;
}
.local .travel-tip .tip-list > li .item-img figure {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 70px;
}
.local .travel-tip .tip-list > li .item-img figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.local .travel-tip .tip-list > li .item-img figure figcaption {
  position: absolute;
  display: inline-block;
  padding: 4px 30px;
  text-align: left;
  border-radius: 100px;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #95bed7;
}
.local .travel-tip .tip-list > li .summary {
  margin-top: 30px;
}
.local .travel-tip .tip-list > li .summary > ul > li {
  position: relative;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 6px;
}
.local .travel-tip .tip-list > li .summary > ul > li > b {
  font-weight: 700;
}
.local .travel-tip .tip-list > li .summary > ul > li ~ li {
  margin-top: 6px;
}
.local .travel-tip .tip-list > li:nth-of-type(n+3) {
  margin-top: 60px;
}
.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 p {
  margin-top: 20px;
}
.local article .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.local article .figure-list > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@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 {
    margin-top: 60px;
  }
  .local .travel-tip .top h3 {
    font-size: 40px;
  }
  .local .travel-tip .tip-list {
    display: block;
    width: 100%;
    padding: 0;
  }
  .local .travel-tip .tip-list > li {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .local .travel-tip .tip-list > li .item-img figure {
    padding-top: 55px;
  }
  .local .travel-tip .tip-list > li .item-img figure figcaption {
    font-size: 20px;
  }
  .local .travel-tip .tip-list > li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .local article {
    padding: 60px 0;
  }
  .local article small {
    font-size: 20px;
  }
  .local article h3 {
    font-size: 40px;
  }
  .local article .figure-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .local article .figure-list > li {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .local article .figure-list > li ~ li {
    margin-top: 30px;
  }
}

.trend-header .container-fluid .details .container strong > span {
  display: inline;
  color: #fff;
  background: linear-gradient(#769549, #769549);
}

.trend {
  background-color: #fffcf6;
}
.trend sup {
  display: inline;
  font-weight: 700;
  vertical-align: super;
}
.trend .dl-list {
  margin-top: 100px;
}
.trend .dl-list dt {
  color: #769549;
}
.trend .img-list {
  position: relative;
  margin-top: 30px;
}
.trend .img-list .deco-img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: rotate(90deg) translate(-14%, -330px);
}
.trend .img-list .deco-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .trend .img-list .deco-img {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 0;
    width: 100%;
    transform: rotate(90deg) translate(-110%, -190%);
  }
}
.trend .big-img {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 120px 0 0;
}
.trend .big-img > div {
  display: table-cell;
  vertical-align: middle;
}
.trend .big-img > div:last-child {
  padding-left: 30px;
}
.trend .big-img > div.item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.trend .big-img > div.details {
  text-align: center;
  font-family: "GowoonDodum";
  color: #fff;
  background-color: #769549;
}
.trend .big-img > div.details > b {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .trend .big-img {
    display: block;
    margin-top: 100px;
  }
  .trend .big-img > div {
    display: block;
  }
  .trend .big-img > div:last-child {
    padding-left: 0;
  }
  .trend .big-img > div.details {
    padding: 30px 30px 0;
  }
  .trend .big-img > div ~ div {
    margin-top: 30px;
  }
}
.trend .caption-box {
  margin-top: 30px;
  font-size: 16px;
}
.trend .caption-box ul li > b {
  font-weight: 700;
}
.trend .caption-box ul li ~ li {
  margin-top: 10px;
}
.trend .container > figure {
  margin-top: 100px;
}
.trend .container .gouwn {
  margin: 60px 0;
}
.trend .container .gouwn strong {
  display: block;
  font-size: 26px;
  text-align: center;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .trend .container .gouwn strong {
    font-size: 18px;
  }
}

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

.select .movie-list {
  position: relative;
}
.select .movie-list .top {
  position: absolute;
  top: -60px;
  left: -60px;
  display: block;
  text-align: center;
}
.select .movie-list .top h3 {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.select .movie-list > ul {
  display: table;
  table-layout: fixed;
}
.select .movie-list > ul > li {
  display: table-cell;
  vertical-align: top;
  border: 2px solid #000;
  background-color: #e8e7d6;
}
.select .movie-list > ul > li .item-img {
  display: block;
  border-bottom: 2px solid #000;
}
.select .movie-list > ul > li .item-img figure {
  display: block;
  width: 100%;
}
.select .movie-list > ul > li .item-img figure img {
  display: block;
  width: 100%;
}
.select .movie-list > ul > li .details {
  display: block;
  width: 100%;
}
.select .movie-list > ul > li .details > dl {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.select .movie-list > ul > li .details > dl dt {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}
.select .movie-list > ul > li .details > dl dd > b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
}
.select .movie-list > ul > li .details > dl:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: -12px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.select .movie-list > ul > li .details > div {
  padding: 30px;
  border-top: 2px solid #000;
}
.select .movie-list > ul > li ~ li {
  border-left: none;
}
.select .movie-list ~ .movie-list {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .select .movie-list .top {
    top: -40px;
    left: -10px;
  }
  .select .movie-list .top h3 {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .select .movie-list > ul {
    display: block;
  }
  .select .movie-list > ul > li {
    display: block;
    width: 100% !important;
    border: 2px solid #000 !important;
  }
  .select .movie-list > ul > li > .details dl {
    padding: 20px;
  }
  .select .movie-list > ul > li > .details dl dt {
    font-size: 20px;
  }
  .select .movie-list > ul > li > .details dl:before {
    left: 30px;
  }
  .select .movie-list > ul > li > .details > div {
    padding: 40px 20px 20px;
  }
  .select .movie-list > ul > li ~ li {
    margin-top: 30px;
  }
}

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

.charge figcaption {
  color: #5e5f7b;
}
.charge img {
  border-radius: 30px;
}
.charge .dl-list {
  margin-top: 100px;
}
.charge .dl-list dt {
  color: #5e5f7b;
}
.charge .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.charge .figure-list figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.charge .figure-list + figure {
  margin-top: 30px;
}
.charge .img-list > div {
  display: table-cell !important;
  padding: 0 15px;
  vertical-align: top;
}
.charge .img-list > div img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .charge .img-list > div {
    display: block !important;
    width: 100% !important;
    margin-top: 30px;
    padding: 0;
  }
}
.charge .interview-wrap {
  position: relative;
  display: block;
  margin-top: 100px;
}
.charge .interview-wrap .top {
  position: relative;
  display: inline-block;
  top: 30px;
  left: 30px;
  padding: 10px 30px 10px 60px;
  background-color: #568345;
  border-radius: 999px;
}
.charge .interview-wrap .top:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 60px;
  height: 80px;
  background: url("../images/sub/ico_charge_mic.png") no-repeat 50% 50%/auto 100%;
}
.charge .interview-wrap .top h3 {
  display: block;
  font-size: 30px;
  color: #fff;
}
.charge .interview-wrap .person-list {
  display: block;
  padding: 60px 30px 30px;
  border: 1px solid #000;
}
.charge .interview-wrap .person-list > ul > li {
  display: table;
  table-layout: fixed;
  padding: 50px 0;
}
.charge .interview-wrap .person-list > ul > li > div {
  display: table-cell;
  vertical-align: top;
}
.charge .interview-wrap .person-list > ul > li > div.item-img {
  width: 25%;
}
.charge .interview-wrap .person-list > ul > li > div.item-img figure img {
  border-radius: 50%;
}
.charge .interview-wrap .person-list > ul > li > div.details > dl dt {
  font-weight: 700;
}
.charge .interview-wrap .person-list > ul > li > div.details > dl + p {
  margin-top: 30px;
}
.charge .interview-wrap .person-list > ul > li > div.details p > b {
  font-weight: 700;
}
.charge .interview-wrap .person-list > ul > li > div:first-child {
  padding-right: 30px;
}
.charge .interview-wrap .person-list > ul > li ~ li {
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .charge .interview-wrap {
    margin-top: 60px;
  }
  .charge .interview-wrap .top {
    left: 50%;
    transform: translateX(-50%);
  }
  .charge .interview-wrap .top h3 {
    font-size: 24px;
  }
  .charge .interview-wrap .person-list {
    padding: 30px 15px;
  }
  .charge .interview-wrap .person-list > ul > li {
    display: block;
  }
  .charge .interview-wrap .person-list > ul > li > div {
    display: block;
  }
  .charge .interview-wrap .person-list > ul > li > div.item-img {
    padding: 0;
    margin: 0 auto;
    width: 80%;
  }
  .charge .interview-wrap .person-list > ul > li > div.details {
    margin-top: 10px;
  }
  .charge .interview-wrap .person-list > ul > li > div.details dl {
    text-align: center;
  }
  .charge .interview-wrap .person-list > ul > li > div.details dl dt {
    font-size: 20px;
  }
  .charge .interview-wrap .person-list > ul > li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .charge .dl-list {
    margin-top: 60px;
  }
  .charge .figure-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .charge .figure-list figure {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .charge .figure-list figure ~ figure {
    margin-top: 20px;
  }
}

.science-header .container-fluid .details .container h3 > span {
  display: block;
  font-size: 24px;
}

.science .section-header {
  margin-bottom: 100px;
  padding: 40px 0;
}
.science .section-header .container strong {
  font-size: 22px;
  color: #c93a34;
}
.science .section-content h3 {
  font-size: 26px;
  font-weight: 600;
}
.science .section-content sup {
  display: inline;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  color: #c93a34;
}
.science .section-content figcaption {
  color: #c93a34;
}
.science .section-content img {
  width: 100%;
}
.science .section-content .caption-list {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #c93a34;
}
.science .section-content .caption-list ol li ~ li {
  margin-top: 10px;
}
.science .section-content .container .box > h3 {
  margin-bottom: 10px;
}
.science .section-content .container .box > p {
  margin-bottom: 20px;
}
.science .section-content .container .box .table-box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.science .section-content .container .box .table-box > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.science .section-content .container .box .table-box > div.item-img {
  width: 30%;
}
.science .section-content .container .box .table-box > div.item-img figure {
  display: block;
  width: 100%;
  max-width: 100%;
}
.science .section-content .container .box .table-box > div.item-img figure img {
  display: block;
  width: 100%;
}
.science .section-content .container .box .table-box > div.details h3 {
  margin-bottom: 10px;
}
.science .section-content .container .box ~ .box {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .science .section-content .container .box ~ .box {
    margin-top: 60px;
  }
}
.science .section-content .container > figure {
  display: block;
  margin: 80px auto 0;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.science .section-content .container > figure img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.science .section-content .container > figure figcaption {
  text-align: left;
  color: #77328d;
}
.science .section-content .container span.copyright {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .science .section-header .container strong {
    font-size: 18px;
  }
  .science .section-content h3 {
    font-size: 20px;
  }
  .science .section-content .container .box .table-box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .science .section-content .container .box .table-box > div {
    display: block;
    padding: 0;
  }
  .science .section-content .container .box .table-box > div.item-img {
    width: 100% !important;
  }
  .science .section-content .container .box .table-box > div ~ div {
    margin-top: 30px;
  }
}

.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 .content-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.talk .container .content-list > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.talk .container .content-list > div img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.talk .container .content-list ~ .content-list {
  margin-top: 100px;
}
.talk .container .content-list.type-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.talk .container .content-list.type-2 > div {
  padding: 0;
}
.talk .container .episode {
  margin-top: 100px;
}
.talk .container .episode > h3 {
  display: block;
  font-size: 50px;
  font-family: "GowoonDodum";
  color: #f4b1bf;
}
.talk .container .episode ol {
  display: block;
  padding: 30px;
  border: 2px solid #f4b1bf;
  background-color: #ffe4ea;
}
.talk .container .episode ol li dl dt {
  font-size: 22px;
}
.talk .container .episode ol li dl dt > span {
  display: inline-block;
  padding: 4px 16px;
  margin-right: 10px;
  background-color: #f4b1bf;
  border: 1px solid #000;
  border-radius: 30px;
  line-height: 1;
}
.talk .container .episode ol li ~ li {
  margin-top: 60px;
}
.talk .container .more {
  padding: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #94663c;
}
.talk .container .more h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
.talk .container .more > ul {
  margin-top: 30px;
}
.talk .container .more > ul > li ~ li {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .talk .container .content-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .talk .container .content-list > div {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .talk .container .content-list > div ~ div {
    margin-top: 30px;
  }
  .talk .container .content-list ~ .content-list {
    margin-top: 60px;
  }
  .talk .container .content-list.type-2 > div ~ div {
    margin: 0;
  }
  .talk .container .more {
    padding: 15px;
    font-size: 16px;
  }
  .talk .container .more img {
    margin: 0 auto;
    width: 30% !important;
  }
}

.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;
  color: #fff;
}
.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;
}/*# sourceMappingURL=sub1.css.map */