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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

body {
  min-width: 360px;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
  padding-top: 149px;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body {
    padding-top: 79px;
    font-size: 16px;
  }
}

hr {
  display: block;
  border: 0;
  margin: 0;
}

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

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

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

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

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

/* common */
section {
  padding: 100px 0 200px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0 160px;
  }
}

figure img {
  width: 100%;
}

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

figcaption {
  margin-top: 8px;
  color: #fff;
}

.container > p {
  margin-top: 20px;
}

.story {
  background-color: #83D2DF;
}
.story .page-header .container-fluid > .details .container small {
  color: #000;
}
.story .page-header .container-fluid > .details .container h3 {
  color: #000;
}
.story .page-header .container-fluid > .details .container hr {
  background-color: #000;
}
.story .page-header .container-fluid > .details .container span {
  color: #000;
}
.story .page-header .container-fluid > .details .container p {
  color: #000;
}
.story article ~ article {
  margin-top: 80px;
}
.story article strong {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  line-height: 1;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #fff;
}
.story article strong.cyan {
  background-color: #2791a1;
}
.story article strong.green {
  background-color: #8abb3f;
}
.story article strong.yellow {
  background-color: #ecb32a;
}
.story article strong.blue {
  background-color: #73c3e7;
}
.story article > p {
  margin-top: 20px;
}
.story article .box {
  display: table;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.story article .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  text-align: center;
}
.story article .box > div strong.yellow {
  color: #000;
}
.story article .box > div strong.blue {
  margin-top: 10px;
}
.story article figcaption {
  color: #000;
  font-weight: 700;
}
.story article blockquote {
  margin-top: 10px;
}
.story article .homepage_btn {
  padding-left: 25px;
  position: relative;
}
.story article .homepage_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 20px;
  height: 20px;
  background: url("../images/life/homepage_btn_ic.png") no-repeat center/100% auto;
}
@media (max-width: 1024px) {
  .story article ~ article {
    margin-top: 60px;
  }
  .story article .box {
    width: 100%;
    margin: 30px auto 0;
  }
  .story article .box > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .story article .box > div ~ div {
    margin-top: 20px;
  }
  .story article .box .last figure {
    width: 50%;
    margin: 0 auto 20px;
  }
}

.present .page-header .container-fluid {
  background-color: #fcebe9;
}
.present .page-header .container-fluid > .details .container small {
  color: #000;
}
.present .page-header .container-fluid > .details .container h3 {
  color: #000;
}
.present .page-header .container-fluid > .details .container hr {
  background-color: #000;
}
.present .page-header .container-fluid > .details .container span {
  color: #000;
}
.present .page-header .container-fluid > .details .container p {
  color: #000;
}
.present article ~ article {
  margin-top: 80px;
}
.present article .box {
  display: table;
  margin-top: 20px;
  table-layout: fixed;
}
.present article .box > div:nth-of-type(1) {
  padding-right: 15px;
  width: 70%;
}
.present article .box > div:nth-of-type(2) {
  padding-left: 15px;
}
.present article .box .details {
  display: table-cell;
  vertical-align: top;
}
.present article .box .details > h3 {
  margin-bottom: 20px;
}
.present article .box .item-img {
  display: table-cell;
  vertical-align: top;
}
.present article .box .item-img > dl {
  margin-top: 20px;
}
.present article .box .item-img > dl dt {
  font-weight: 900;
  margin-bottom: 10px;
}
.present article .box ~ .box {
  margin-top: 30px;
}
.present article .box.type-2 > div:nth-of-type(1) {
  width: 82%;
}
.present article > p {
  display: block;
  margin-top: 20px;
}
.present article.epi {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.present article.epi > strong {
  display: inline-block;
  color: #dc605d;
  font-size: 22px;
  font-weight: 900;
}
.present figcaption {
  color: #888;
}
.present .info-list {
  width: 100%;
  margin-top: 20px;
}
.present .info-list ul li ~ li {
  margin-top: 4px;
}
.present .info-list ul li b {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .present article.front h2 {
    font-size: 30px;
  }
  .present article.front strong {
    margin-top: 10px;
  }
  .present article ~ article {
    margin-top: 60px;
  }
  .present article .box > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .present article .box > div ~ div {
    margin-top: 20px;
  }
}

.space .page-header .container-fluid {
  background-color: #fcebe9;
}
.space .page-header .container-fluid > .details .container small {
  color: #000;
}
.space .page-header .container-fluid > .details .container h3 {
  color: #000;
}
.space .page-header .container-fluid > .details .container hr {
  background-color: #000;
}
.space .page-header .container-fluid > .details .container span {
  color: #000;
}
.space .page-header .container-fluid > .details .container p {
  color: #000;
}
.space article.front .item-img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1000px;
}
.space article.front h2 {
  display: block;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}
.space article.front strong {
  display: block;
  font-weight: 900;
}
.space article ~ article {
  margin-top: 80px;
}
.space article .box {
  display: table;
  margin-top: 20px;
  table-layout: fixed;
}
.space article .box > div:nth-of-type(1) {
  padding-right: 15px;
  width: 50%;
}
.space article .box > div:nth-of-type(2) {
  padding-left: 15px;
}
.space article .box .details {
  display: table-cell;
  vertical-align: top;
}
.space article .box .item-img {
  display: table-cell;
  vertical-align: top;
}
.space article .box ~ .box {
  margin-top: 30px;
}
.space article .box.type-2 > div:nth-of-type(1) {
  width: 82%;
}
.space article > p {
  display: block;
  margin-top: 20px;
}
.space figcaption {
  color: #888;
}
.space .info-list {
  width: 100%;
  margin-top: 20px;
}
.space .info-list ul li ~ li {
  margin-top: 4px;
}
.space .info-list ul li b {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .space article.front h2 {
    font-size: 30px;
  }
  .space article.front strong {
    margin-top: 10px;
  }
  .space article ~ article {
    margin-top: 60px;
  }
  .space article .box > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .space article .box > div ~ div {
    margin-top: 20px;
  }
}

.curation .page-header .container-fluid {
  background-color: #fcebe9;
}
.curation .page-header .container-fluid > .details .container small {
  color: #000;
}
.curation .page-header .container-fluid > .details .container h3 {
  color: #000;
}
.curation .page-header .container-fluid > .details .container hr {
  background-color: #000;
}
.curation .page-header .container-fluid > .details .container span {
  color: #000;
}
.curation .page-header .container-fluid > .details .container p {
  color: #000;
}
.curation article.front {
  text-align: center;
}
.curation article.front .item-img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 600px;
}
.curation article.front h2 {
  display: block;
  font-size: 50px;
  font-weight: 900;
}
.curation article.front strong {
  display: block;
  font-weight: 900;
}
.curation article.front.second {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.curation article ~ article {
  margin-top: 80px;
}
.curation article .box {
  display: table;
  margin-top: 20px;
  table-layout: fixed;
}
.curation article .box > div:nth-of-type(1) {
  padding-right: 15px;
  width: 50%;
}
.curation article .box > div:nth-of-type(2) {
  padding-left: 15px;
  width: 50%;
}
.curation article .box .details {
  display: table-cell;
  vertical-align: top;
}
.curation article .box .item-img {
  display: table-cell;
  vertical-align: top;
}
.curation article .box.type-1 .details {
  width: 80%;
}
.curation article .box.type-2 > div:nth-of-type(1) {
  width: 59.4%;
}
.curation article .box.type-3 > div:nth-of-type(1) {
  width: 23.6%;
}
.curation article .box.type-4 > div:nth-of-type(1) {
  width: 65.2%;
}
.curation article .box.type-5 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.curation article .box.type-5 > div:nth-of-type(1) {
  width: 50%;
}
.curation article .box ~ .box {
  margin-top: 30px;
}
.curation article > p {
  display: block;
  margin-top: 20px;
}
.curation figcaption {
  color: #888;
}
.curation .info-list {
  width: 100%;
  margin-top: 20px;
}
.curation .info-list ul li ~ li {
  margin-top: 8px;
}
.curation .info-list ul li b {
  font-weight: 900;
}
.curation .last {
  margin: 30px auto 0;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .curation article.front h2 {
    font-size: 30px;
  }
  .curation article.front strong {
    margin-top: 10px;
  }
  .curation article ~ article {
    margin-top: 60px;
  }
  .curation article .box > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .curation article .box > div ~ div {
    margin-top: 20px;
  }
}

.trend .page-header .container-fluid {
  background: linear-gradient(to top, rgb(0, 0, 0) 24%, transparent 35%), url("../images/life/bg_page_header_trend.png");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
.trend .page-header .container-fluid strong {
  display: block;
  margin-top: 10px;
  color: #fff;
}
.trend section {
  display: block;
}
.trend section:nth-of-type(1) {
  background: url("../images/life/img_trend_bg01.png") no-repeat 50% 0%/cover;
}
.trend section article ~ article {
  margin-top: 100px;
}
.trend section article .article-header {
  margin-bottom: 20px;
}
.trend section article .item-img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 700px;
}
.trend section article .box {
  display: table;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.trend section article .box .details {
  display: table-cell;
  vertical-align: middle;
}
.trend section article .box .item-img {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
@media (max-width: 1024px) {
  .trend section {
    display: block;
  }
  .trend section article .box .details {
    display: block;
    text-align: center;
  }
  .trend section article .box .details p {
    font-size: 20px;
    font-weight: 800;
  }
  .trend section article .box .item-img {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
}

.instagram .instagram-list .list-header {
  margin-bottom: 20px;
}
.instagram .instagram-list .list-header h3 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.instagram .instagram-list .list-header h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.instagram .instagram-list .list-header h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("../images/life/img_instagram_header_dot.svg") no-repeat center/100% auto;
}
.instagram .instagram-list .list-header.note h3::before {
  background-image: url("../images/life/img_instagram_note.svg");
}
.instagram .instagram-list .list-header.star h3::before {
  background-image: url("../images/life/img_instagram_star.svg");
}
.instagram .instagram-list .list-header.people h3::before {
  background-image: url("../images/life/img_instagram_people.svg");
}
.instagram .instagram-list .list-header.light h3::before {
  background-image: url("../images/life/img_instagram_light.svg");
}
.instagram .instagram-list .list-header.interaction h3::before {
  background-image: url("../images/life/img_instagram_interaction.svg");
}
.instagram .instagram-list .list-header.finger h3::before {
  background-image: url("../images/life/img_instagram_finger.svg");
}
.instagram .instagram-list .list-content > span {
  display: block;
  margin-top: 30px;
  font-weight: 500;
  color: #144d77;
}
.instagram .instagram-list .item-img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 0;
  padding-bottom: 50px;
}
.instagram .instagram-list .item-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../images/life/img_instagram_footer.svg") no-repeat bottom/100% auto;
}
.instagram .instagram-list .item-img img {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 20px;
}
.instagram .instagram-list ul {
  overflow: hidden;
}
.instagram .instagram-list ul li {
  float: left;
  width: 50%;
}
.instagram .instagram-list ul li > .box {
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.instagram .instagram-list ul li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 10px;
}
.instagram .instagram-list ul li:nth-of-type(2n + 2) {
  padding-left: 10px;
}
.instagram .instagram-list ul li:nth-of-type(2) ~ li {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .instagram .instagram-list .list-header h3 {
    padding-left: 30px;
  }
  .instagram .instagram-list .list-header h3::before {
    width: 25px;
    height: 30px;
  }
  .instagram .instagram-list .list-header h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url("../images/life/img_instagram_header_dot.svg") no-repeat top/100% auto;
  }
  .instagram .instagram-list .list-content > span {
    display: block;
    margin-top: 30px;
    font-weight: 500;
    color: #144d77;
  }
  .instagram .instagram-list .item-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 0;
    padding-bottom: 80px;
  }
  .instagram .instagram-list .item-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url("../images/life/img_instagram_footer.svg") no-repeat top/100% auto;
  }
  .instagram .instagram-list ul li {
    clear: both;
    width: 100%;
  }
  .instagram .instagram-list ul li ~ li {
    margin-top: 60px;
  }
  .instagram .instagram-list ul li > .box {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .instagram .instagram-list ul li:nth-of-type(2n + 1) {
    padding-right: 0px;
  }
  .instagram .instagram-list ul li:nth-of-type(2n + 2) {
    padding-left: 0px;
  }
  .instagram .instagram-list ul li:nth-of-type(2) ~ li {
    margin-top: 60px;
  }
}

.talk {
  color: #144d77;
}
.talk .page-header .container-fluid {
  background-color: #f8bb4d;
}
.talk h2 {
  font-size: 50px;
  line-height: 1.2;
}
.talk .first {
  background-color: #f8bb4d;
}
.talk .first .figure-list li:nth-of-type(1) {
  width: 66.6%;
}
.talk .second {
  background-color: #eb6160;
  padding-bottom: 80px;
}
.talk .second .photo-list {
  width: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  overflow: hidden;
}
.talk .second .photo-list ul {
  display: table;
  width: calc(74% + 20px);
  margin: 0 -10px;
  table-layout: fixed;
}
.talk .second .photo-list ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
.talk .second .photo-list ul:nth-of-type(1) {
  float: left;
}
.talk .second .photo-list ul:nth-of-type(2) {
  float: right;
  margin-top: 50px;
}
.talk .third {
  background-color: #eb6160;
  padding-top: 0;
}
.talk .third .third-wrap {
  display: table;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.talk .third .third-wrap > div {
  display: table-cell;
  vertical-align: top;
}
.talk .third .third-wrap > div strong {
  display: block;
  margin: 15px 0;
  font-weight: 900;
}
.talk .third .third-wrap > div.details {
  padding-right: 10px;
}
.talk .third .third-wrap > div.item-img {
  width: 40%;
  padding-left: 10px;
}
.talk .third .third-wrap > div.item-img .photo-list {
  display: block;
  width: 100%;
  text-align: center;
}
.talk .third .third-wrap > div.item-img .photo-list ul {
  width: calc(100% + 16px);
  margin: 0 -8px;
  vertical-align: top;
}
.talk .third .third-wrap > div.item-img .photo-list ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  width: calc(50% - 10px);
}
.talk .third .third-wrap > div.item-img .photo-list ul li:nth-of-type(2n) {
  text-align: right;
}
.talk .third .third-wrap > div.item-img .photo-list ul li:nth-of-type(n + 3) {
  margin-top: 30px;
}
.talk .third .third-wrap > div.item-img .photo-list ul li figcaption {
  text-align: left;
}
.talk .deco-text {
  position: absolute;
  transform: rotate(90deg);
  top: 240px;
  right: -320px;
}
.talk figure {
  overflow: hidden;
}
.talk figure img {
  border-radius: 30px;
}
.talk figure figcaption {
  color: #fff;
}
@media (max-width: 1024px) {
  .talk h2 {
    font-size: 35px;
  }
  .talk .first {
    background-color: #f8bb4d;
    padding-bottom: 60px;
  }
  .talk .first .figure-list li {
    display: block;
  }
  .talk .first .figure-list li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .talk .second {
    padding-bottom: 60px;
  }
  .talk .second .photo-list {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
  }
  .talk .second .photo-list ul {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .talk .second .photo-list ul li {
    display: block;
    padding: 0;
    width: 100%;
  }
  .talk .second .photo-list ul li ~ li {
    margin-top: 20px;
  }
  .talk .second .photo-list ul:nth-of-type(1) {
    clear: both;
  }
  .talk .second .photo-list ul:nth-of-type(2) {
    clear: both;
    margin-top: 30px;
  }
  .talk .third {
    background-color: #eb6160;
  }
  .talk .third .third-wrap {
    border-top: 1px solid #fff;
    padding-top: 50px;
  }
  .talk .third .third-wrap > div {
    display: block;
  }
  .talk .third .third-wrap > div.item-img {
    width: 100%;
    padding-left: 0;
  }
  .talk .third .third-wrap > div.item-img .photo-list {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .talk .third .third-wrap > div.item-img .photo-list ul {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .talk .third .third-wrap > div.item-img .photo-list ul li {
    padding: 0;
    width: 100%;
  }
  .talk .third .third-wrap > div.item-img .photo-list ul li:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .talk .third .third-wrap > div.item-img .photo-list ul li ~ li {
    margin-top: 20px !important;
  }
  .talk .deco-text {
    position: static;
    transform: rotate(0deg);
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }
  .talk figure {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .talk figure img {
    width: 100%;
    border-radius: 30px;
    margin: 0;
  }
  .talk figure figcaption {
    color: #fff;
  }
}

/* quiz */
.quiz {
  background-color: #6569a9;
}
.quiz .container article {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 130px 70px 70px;
  border-radius: 30px 30px 0 0;
  border: 8px solid #888;
  background-color: #fff;
}
.quiz .container article .spring {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.quiz .container article .areticle-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.quiz .container article .areticle-header > div {
  display: table-cell;
  vertical-align: middle;
}
.quiz .container article .areticle-header > div h3 {
  font-size: 80px;
  line-height: normal;
  font-weight: 900;
}
.quiz .container article .areticle-header > div h3 span {
  color: #6569a9;
}
.quiz .container article .areticle-header > div .btn-area {
  margin-top: 30px;
}
.quiz .container article .areticle-header > div .btn-area > a {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #6569a9;
}
.quiz .container article .areticle-header > div:nth-of-type(1) {
  padding-right: 15px;
}
.quiz .container article .areticle-header > div:nth-of-type(2) {
  padding-left: 15px;
}
.quiz .container article .example {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.quiz .container article .example > dl > dt {
  font-size: 30px;
  font-weight: 900;
}
.quiz .container article .example > dl > dt b {
  font-size: 40px;
  color: #6569a9;
}
.quiz .container article .example > dl > dd {
  max-width: 600px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding: 20px 60px;
  border-radius: 30px;
  margin: 30px auto 0;
  background-color: #6569a9;
}
.quiz .container article .example > dl > dd strong {
  display: block;
  font-weight: 900;
}
.quiz .container article .example > dl > dd ul {
  margin-top: 10px;
}
.quiz .container article .example > dl > dd ul li b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 900;
}
.quiz .container article .quiz-guide {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.quiz .container article .quiz-guide > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.quiz .container article .quiz-guide > ul > li {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #ccc;
}
.quiz .container article .quiz-guide > ul > li > dl > dt {
  font-size: 20px;
  color: #000;
  font-weight: 900;
}
.quiz .container article .quiz-guide > ul > li > dl > dd {
  margin-top: 30px;
}
.quiz .container article .quiz-guide > ul > li > dl > dd > figure img {
  display: block;
  max-width: 100%;
}
.quiz .container article .quiz-guide > ul > li > dl > dd .answer {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.quiz .container article .quiz-guide > ul > li > dl > dd .answer span {
  display: inline-block;
  width: 60px;
  font-size: 20px;
  color: #000;
  line-height: 58px;
  font-weight: 900;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px;
}
.quiz .container article .quiz-guide > ul > li > dl > dd .answer span:last-child {
  margin-right: 0;
}
.quiz .container article .quiz-guide > ul > li > ul > li > dl {
  display: table;
  width: 100%;
  color: #000;
  table-layout: fixed;
}
.quiz .container article .quiz-guide > ul > li > ul > li > dl > dt,
.quiz .container article .quiz-guide > ul > li > ul > li > dl dd {
  display: table-cell;
  vertical-align: top;
}
.quiz .container article .quiz-guide > ul > li > ul > li > dl > dt {
  width: 100px;
  font-weight: 900;
}
.quiz .container article .quiz-guide > ul > li > ul > li ~ li {
  margin-top: 10px;
}
.quiz .container article .quiz-guide > ul > li.qr-container {
  display: block;
  text-align: center;
}
.quiz .container article .quiz-guide > ul > li.qr-container > .qr {
  display: inline-block;
}
.quiz .container article .quiz-guide > ul > li .qr {
  margin-top: 30px;
}
.quiz .container article .quiz-guide > ul > li .qr > figure {
  display: inline-block;
  vertical-align: bottom;
}
.quiz .container article .quiz-guide > ul > li .qr > figure img {
  display: block;
  max-width: 100px;
}
.quiz .container article .quiz-guide > ul > li .qr p {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.quiz .container article .quiz-guide > ul > li:nth-of-type(1) {
  padding-right: 30px;
}
.quiz .container article .quiz-guide > ul > li:nth-of-type(2) {
  padding-left: 30px;
  border-right: 0;
}
.quiz .container article .prizewinner {
  padding-top: 40px;
}
.quiz .container article .prizewinner > dl > dt {
  font-size: 20px;
  color: #000;
  font-weight: 900;
}
.quiz .container article .prizewinner > dl > dd {
  margin-top: 30px;
}
.quiz .container article .prizewinner > dl > dd > ul {
  overflow: hidden;
}
.quiz .container article .prizewinner > dl > dd > ul > li {
  float: left;
  width: 50%;
}
.quiz .container article .prizewinner > dl > dd > ul > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 10px;
}
.quiz .container article .prizewinner > dl > dd > ul > li:nth-of-type(2n + 2) {
  padding-left: 10px;
}
.quiz .container article .prizewinner > dl > dd > ul > li > dl {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.quiz .container article .prizewinner > dl > dd > ul > li > dl dt,
.quiz .container article .prizewinner > dl > dd > ul > li > dl dd {
  display: block;
  font-size: 16px;
}
.quiz .container article .prizewinner > dl > dd > ul > li > dl dt {
  width: 100px;
  margin-bottom: 10px;
}
.quiz .container article .prizewinner > dl > dd > ul > li > dl dd {
  width: 100%;
}
@media (max-width: 1024px) {
  .quiz .container article {
    padding: 15px;
  }
  .quiz .container article .areticle-header {
    display: block;
  }
  .quiz .container article .areticle-header > div {
    display: block;
  }
  .quiz .container article .areticle-header > div h3 {
    display: block;
    font-size: 35px;
    margin: 30px 0;
    text-align: center;
  }
  .quiz .container article .areticle-header > div h3 br {
    display: none;
  }
  .quiz .container article .areticle-header > div h3 span {
    display: inline;
    padding-left: 10px;
  }
  .quiz .container article .areticle-header > div .btn-area > a {
    width: 200px;
    font-size: 20px;
    line-height: 50px;
  }
  .quiz .container article .areticle-header > div:nth-of-type(1) {
    padding: 0;
  }
  .quiz .container article .areticle-header > div:nth-of-type(2) {
    padding: 0;
  }
  .quiz .container article .example {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
  }
  .quiz .container article .example > dl > dt {
    font-size: 20px;
    font-weight: 900;
  }
  .quiz .container article .example > dl > dt b {
    font-size: 30px;
  }
  .quiz .container article .example > dl > dd {
    max-width: 600px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 30px auto 0;
  }
  .quiz .container article .example > dl > dd > strong {
    text-align: center;
  }
  .quiz .container article .example > dl > dd > ul {
    word-break: break-all;
  }
  .quiz .container article .example > dl > dd > ul li {
    display: block;
    font-size: 14px;
  }
  .quiz .container article .example > dl > dd > ul li b {
    display: inline;
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
  }
  .quiz .container article .quiz-guide {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
  }
  .quiz .container article .quiz-guide > ul {
    display: block;
  }
  .quiz .container article .quiz-guide > ul > li {
    display: block;
    border-right: none;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dt {
    font-size: 20px;
    color: #000;
    font-weight: 900;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dd {
    margin-top: 30px;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dd > figure img {
    display: block;
    max-width: 100%;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dd .answer {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dd .answer span {
    display: inline-block;
    width: 60px;
    font-size: 20px;
    color: #000;
    line-height: 58px;
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px;
  }
  .quiz .container article .quiz-guide > ul > li > dl > dd .answer span:last-child {
    margin-right: 0;
  }
  .quiz .container article .quiz-guide > ul > li > ul > li > dl {
    display: table;
    width: 100%;
    color: #000;
    table-layout: fixed;
  }
  .quiz .container article .quiz-guide > ul > li > ul > li > dl > dt,
  .quiz .container article .quiz-guide > ul > li > ul > li > dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .quiz .container article .quiz-guide > ul > li > ul > li > dl > dt {
    width: 100px;
    font-weight: 900;
  }
  .quiz .container article .quiz-guide > ul > li > ul > li ~ li {
    margin-top: 10px;
  }
  .quiz .container article .quiz-guide > ul > li.qr-container {
    text-align: center;
  }
  .quiz .container article .quiz-guide > ul > li:nth-of-type(1) {
    padding: 0;
  }
  .quiz .container article .quiz-guide > ul > li:nth-of-type(2) {
    padding: 0;
  }
  .quiz .container article .prizewinner {
    padding-top: 40px;
  }
  .quiz .container article .prizewinner > dl > dt {
    font-size: 20px;
    color: #000;
    font-weight: 900;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li {
    width: 100%;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li:nth-of-type(odd) {
    margin: 0;
    padding: 0;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li:nth-of-type(even) {
    margin: 0;
    padding: 0;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li:nth-of-type(8) ~ li {
    margin-bottom: 0;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li dl {
    text-align: center;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li dl dt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .quiz .container article .prizewinner > dl > dd > ul > li dl dd {
    display: block;
    width: 100%;
    text-align: left;
  }
}/*# sourceMappingURL=life.css.map */