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

.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 .table-list > li figure {
  display: block;
  width: 100%;
  max-width: 100%;
}
.local .local-list > li .table-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 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 {
  background: url("../images/sub/bg_trend.png") no-repeat 50% 50%/cover;
}
.trend .trend-list > li .dl-list dt {
  color: #c94f83;
}
.trend .trend-list > li .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.trend .trend-list > li .figure-list > figure {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  width: 100%;
  height: auto;
}
.trend .trend-list > li .figure-list > figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.trend .trend-list > li .figure-list > figure.size-down img {
  max-width: 80%;
}
.trend .trend-list > li .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.trend .trend-list > li .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.trend .trend-list > li .box > div img {
  display: block;
  width: 100%;
}
.trend .trend-list > li ~ li {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .trend .trend-list > li .figure-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .trend .trend-list > li .figure-list > figure {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 0;
  }
  .trend .trend-list > li .figure-list > figure img {
    width: 100%;
    height: auto;
  }
  .trend .trend-list > li .figure-list > figure ~ figure {
    margin-top: 30px;
  }
  .trend .trend-list > li .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .trend .trend-list > li .box > div {
    display: block;
    padding: 0;
  }
  .trend .trend-list > li .box > div.item-img {
    width: 100% !important;
  }
  .trend .trend-list > li .box > div.item-img img {
    max-width: 60%;
    margin: 0 auto;
  }
  .trend .trend-list > li .box > div ~ div {
    margin-top: 30px;
  }
  .trend .trend-list > li ~ li {
    margin-top: 50px;
  }
}

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

.select .select-list > ul > li {
  position: relative;
  padding: 50px 30px 30px;
}
.select .select-list > ul > li .title {
  position: absolute;
  padding: 4px 60px 4px 20px;
  top: -40px;
  left: 0;
  color: #fff;
  background-color: #0098ad;
  border-radius: 0 100px 100px 0;
}
.select .select-list > ul > li .title h3 {
  font-size: 30px;
}
.select .select-list > ul > li .top {
  margin-bottom: 40px;
}
.select .select-list > ul > li .top strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #004550;
}
.select .select-list > ul > li .top strong > span {
  display: inline-block;
  padding: 0 5px;
  font-family: "GMarketSans";
}
.select .select-list > ul > li .top strong > span.medium {
  font-size: 70px;
  color: #fff;
}
.select .select-list > ul > li .top strong > span.large {
  font-size: 90px;
  color: #004550;
}
.select .select-list > ul > li .box {
  position: relative;
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.select .select-list > ul > li .box > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.select .select-list > ul > li .box > div.details h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.select .select-list > ul > li .box > div.item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.select .select-list > ul > li .box.type-2 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.select .select-list > ul > li .box.type-2 > div {
  display: block;
  padding: 0;
}
.select .select-list > ul > li .box.type-2 > div.item-img {
  position: absolute;
  top: -80px;
  right: 50px;
  margin: 0;
  max-width: 100px;
}
.select .select-list > ul > li .box.type-2 > div.item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.select .select-list > ul > li .box.type-2 > div.item-img.type-2 {
  max-width: 200px;
  top: -150px;
  right: 0;
}
.select .select-list > ul > li .box.type-2 > div.item-img.type-2.size {
  top: -100px;
}
.select .select-list > ul > li .box.type-2 > div ~ div {
  margin-top: 30px;
}
.select .select-list > ul > li .table-box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.select .select-list > ul > li .table-box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.select .select-list > ul > li .table-box > div ~ div {
  border-left: 1px solid #000;
}
.select .select-list > ul > li .table {
  margin-top: 30px;
}
.select .select-list > ul > li .table table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.select .select-list > ul > li .table table th, .select .select-list > ul > li .table table td {
  padding: 10px 0;
  vertical-align: middle;
  font-size: 16px;
}
.select .select-list > ul > li .table table thead tr {
  color: #fff;
  background-color: #50b4b8;
}
.select .select-list > ul > li .table table thead tr th {
  border: 1px solid #000;
}
.select .select-list > ul > li .table table tbody tr {
  background-color: #fff;
}
.select .select-list > ul > li .table table tbody tr td {
  border: 1px solid #000;
}
.select .select-list > ul > li ~ li {
  margin-top: 100px;
}
.select .select-list > ul > li:nth-of-type(2n) {
  background-color: #93cbcd;
}
.select .select-list > ul > li:nth-of-type(2n+1) {
  background-color: #b6dbdc;
}
@media (max-width: 1024px) {
  .select .select-list > ul > li {
    padding: 30px 15px 30px;
  }
  .select .select-list > ul > li .title {
    padding: 10px 40px 10px 10px;
  }
  .select .select-list > ul > li .title h3 {
    font-size: 24px;
  }
  .select .select-list > ul > li .top strong {
    font-size: 18px;
  }
  .select .select-list > ul > li .top strong > span {
    padding: 0 2px;
  }
  .select .select-list > ul > li .top strong > span.medium {
    font-size: 38px;
  }
  .select .select-list > ul > li .top strong > span.large {
    font-size: 48px;
  }
  .select .select-list > ul > li .box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .select .select-list > ul > li .box > div {
    display: block;
    padding: 0;
  }
  .select .select-list > ul > li .box > div.details h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .select .select-list > ul > li .box > div.item-img {
    width: 100% !important;
  }
  .select .select-list > ul > li .box > div.item-img img {
    max-width: 60%;
    margin: 0 auto;
  }
  .select .select-list > ul > li .box > div ~ div {
    margin-top: 30px;
  }
  .select .select-list > ul > li .box.type-2 > div.item-img {
    top: -35px;
    right: 10px;
    max-width: 70px;
  }
  .select .select-list > ul > li .box.type-2 > div.item-img.type-2 {
    top: -35px;
    right: 10px;
    max-width: 70px;
  }
  .select .select-list > ul > li .box.type-2 > div.item-img.size {
    max-width: 60px;
    top: -50px !important;
  }
  .select .select-list > ul > li .table-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .select .select-list > ul > li .table-box > div {
    display: block;
    padding: 30px 0;
  }
  .select .select-list > ul > li .table-box > div ~ div {
    border-left: none;
    border-top: 1px solid #000;
    margin-top: 30px;
  }
  .select .select-list > ul > li ~ li {
    margin-top: 50px;
  }
}

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

.charge img {
  border-radius: 30px;
}
.charge .dl-list {
  margin-top: 100px;
}
.charge .dl-list dt {
  color: #6d321e;
}
.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 .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: #93744a;
  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 {
  position: relative;
  display: block;
  overflow: hidden;
}
.charge .interview-wrap .person-list > ul > li {
  display: inline-block;
  padding: 50px;
  width: calc(50% - 4px);
  vertical-align: top;
}
.charge .interview-wrap .person-list > ul > li .item-img {
  display: block;
  margin-bottom: 60px;
}
.charge .interview-wrap .person-list > ul > li .item-img figure {
  display: block;
  width: 100%;
}
.charge .interview-wrap .person-list > ul > li .item-img figure img {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  border-radius: 100%;
  vertical-align: bottom;
  padding-right: 20px;
}
.charge .interview-wrap .person-list > ul > li .item-img figure figcaption {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  font-size: 18px;
  width: 50%;
  color: #000;
}
.charge .interview-wrap .person-list > ul > li .item-img figure figcaption > b {
  display: block;
}
.charge .interview-wrap .person-list > ul > li:nth-of-type(2n) {
  border-left: 1px solid #000;
}
.charge .interview-wrap .person-list > ul > li:nth-of-type(n+3) {
  border-top: 1px solid #000;
}
.charge .interview-wrap .person-list > ul:before {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #fff;
}
@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;
    padding: 50px 0;
    width: 100%;
  }
  .charge .interview-wrap .person-list > ul > li .item-img {
    margin-bottom: 30px;
  }
  .charge .interview-wrap .person-list > ul > li .item-img figure {
    text-align: center;
  }
  .charge .interview-wrap .person-list > ul > li .item-img figure img {
    display: inline-block;
    padding: 0;
    max-width: 80%;
  }
  .charge .interview-wrap .person-list > ul > li .item-img figure figcaption {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .charge .interview-wrap .person-list > ul > li:nth-of-type(2n) {
    border-left: none;
  }
  .charge .interview-wrap .person-list > ul > li:nth-of-type(n+3) {
    border-top: none;
  }
  .charge .interview-wrap .person-list > ul > li:last-child {
    padding-bottom: 0;
  }
  .charge .interview-wrap .person-list > ul > li ~ li {
    border-top: 1px solid #000 !important;
  }
  .charge .interview-wrap .person-list > ul:before {
    content: none;
  }
}
@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;
  background-color: #f9f0d0;
}
.science .section-header .container strong {
  font-size: 22px;
  color: #77328d;
}
.science .section-content h3 {
  font-size: 26px;
  font-weight: 600;
}
.science .section-content .container .box > h3 {
  margin-bottom: 20px;
}
.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: 20px;
}
.science .section-content .container .box ~ .box {
  margin-top: 100px;
}
.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 {
  background: url("../images/sub/bg_talk.png") repeat-y 50% 0%/100% auto;
}
.talk .photo-list {
  padding: 30px;
  border: 1px solid #000;
  background-color: #fff;
}
.talk .photo-list > ul {
  overflow: hidden;
}
.talk .photo-list > ul > li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
}
.talk .photo-list > ul > li > div.item-img {
  padding: 20px;
  background-color: #fffeee;
  border: 1px solid #000;
}
.talk .photo-list > ul > li > div.item-img figure {
  display: block;
  width: 100%;
  max-width: 100%;
}
.talk .photo-list > ul > li > div.item-img figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.talk .photo-list > ul > li > div.item-img figure figcaption {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.talk .photo-list > ul > li > div.details {
  margin-top: 20px;
}
.talk .photo-list > ul > li:nth-of-type(2n) {
  padding-left: 30px;
}
.talk .photo-list > ul > li:nth-of-type(2n + 1) {
  padding-right: 30px;
}
.talk .photo-list > ul > li:nth-of-type(n + 3) {
  margin-top: 30px;
}
.talk .dl-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .talk .photo-list > ul > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .talk .photo-list > ul > li > div.item-img figure figcaption {
    font-size: 18px;
  }
  .talk .photo-list > ul > li ~ li {
    margin-top: 60px;
  }
  .talk .photo-list > ul > li:nth-of-type(2n) {
    padding-left: 0;
  }
  .talk .photo-list > ul > li:nth-of-type(2n + 1) {
    padding-right: 0;
  }
  .talk .photo-list > ul > li:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}

.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;
  margin-top: 20px;
  width: 340px;
  padding: 4px 10px 4px 60px;
  border-radius: 6px;
  background-color: #d6ead0;
  font-weight: 500;
}
.quiz .section-content .quiz-list > ul > li > dl > dd a {
  -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;
}
.quiz .section-content .quiz-list > ul > li > dl > dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 60px;
  height: 30px;
  background: url("../images/sub/ico_quiz_hint.png") no-repeat 50% 50%/100% auto;
}
.quiz .section-content .quiz-list > ul > li > dl > dd:hover a {
  color: #fff;
}
.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 > 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;
  -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;
}
.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;
  }
}

.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: 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;
}
.kepco-only.talk .inner a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
.kepco-only.talk .inner p {
  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: 20px;
  font-weight: 600;
}
.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;
  -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;
}
.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;
  }
}/*# sourceMappingURL=sub1.css.map */