@charset "UTF-8";
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: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/life/img_story_k_bg.png") repeat-y 100% 50%/cover;
}
.story .page-header .details * {
  color: #000 !important;
}
.story .page-header .details hr {
  background-color: #000 !important;
}
.story section .container article > ul {
  display: table;
  table-layout: fixed;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.story section .container article > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.story section .container article > ul > li .box .item-img {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.story section .container article > ul > li .box > dl > dt {
  display: inline-block;
  padding: 5px 20px;
  min-width: 200px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  border: 1px solid #000;
  border-radius: 999px;
}
.story section .container article > ul > li .box > dl dd {
  margin-top: 20px;
}
.story section .container article > ul > li .box > dl dd > ul > li {
  position: relative;
  padding-left: 15px;
}
.story section .container article > ul > li .box > dl dd > ul > li ~ li {
  margin-top: 5px;
}
.story section .container article > ul > li .box > dl dd > ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}
.story section .container article > ul > li .box > dl dd.info > ul > li {
  padding: 0;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 900;
}
.story section .container article > ul > li .box > dl dd.info > ul > li::before {
  content: none;
}
.story section .container article > ul > li.observance .box > dl {
  text-align: center;
}
.story section .container article > ul > li.observance .box > dl dt {
  border: none;
}
.story section .container article > ul > li.observance .box > dl dd > ul li {
  padding: 0;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > * {
  display: table-cell;
  vertical-align: middle;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt {
  padding: 10px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #0f939f;
  color: #fff;
  width: 20%;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt > .item-img {
  display: block;
  margin: 0 auto 10px;
  width: 80%;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt > .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd {
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd > ul > li {
  position: relative;
  text-align: left;
  padding-left: 24px;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd > ul > li b {
  color: #00a8eb;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd > ul > li b > span {
  color: orangered;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd > ul > li ~ li {
  margin-top: 10px;
}
.story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd > ul > li::before {
  content: "✔️";
  display: block;
  width: 0;
  top: auto;
  left: 0;
  font-size: 14px;
}
.story section .container article > ul > li.observance .box > dl dd > ul li::before {
  content: none;
}
.story section .container article ~ article {
  margin-top: 100px;
}
.story section .container article .qr-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.story section .container article .qr-list > * {
  display: table-cell;
  vertical-align: top;
}
.story section .container article .qr-list a {
  transition: all 150ms linear;
  padding: 20px;
  border-radius: 20px;
  background-color: #0f939f;
  color: #fff;
  border: 1px solid #fff;
}
.story section .container article .qr-list a:hover {
  color: #0f939f;
  background-color: #fff;
  border-color: #0f939f;
}
.story .item-img {
  margin-bottom: 30px;
}
.story .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .story {
    background-size: contain;
    background-repeat: repeat-y;
  }
  .story section .container article > ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .story section .container article > ul > li {
    display: block;
    padding: 0;
  }
  .story section .container article > ul > li .box > dl > dt {
    width: 100%;
    text-align: center;
  }
  .story section .container article > ul > li ~ li {
    margin-top: 50px;
  }
  .story section .container article > ul > li.observance .box > dl {
    text-align: center;
  }
  .story section .container article > ul > li.observance .box > dl dt {
    border: none;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl {
    display: block;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl > * {
    display: block;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt {
    padding: 10px;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #0f939f;
    color: #fff;
    width: 100%;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt > .item-img {
    display: block;
    margin: 0 auto 10px;
    width: 10%;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl > dt > .item-img img {
    display: block;
    margin: 0;
    width: 100%;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li > dl > dd {
    margin: 0;
    padding: 30px 10px;
    border-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .story section .container article > ul > li.observance .box > dl dd > ul li ~ li {
    margin-top: 30px;
  }
  .story section .container article .qr-list {
    border-spacing: 5px;
  }
  .story section .container article .qr-list > * {
    vertical-align: middle;
  }
  .story section .container article .qr-list li {
    padding: 10px 20px;
    background-color: #0f939f;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .story section .container article .qr-list li a {
    padding: 0px;
    font-size: 12px;
    border: none;
    background-color: transparent;
  }
  .story section .container article ~ article {
    margin-top: 50px;
  }
  .story dt {
    font-size: 18px !important;
  }
}

.present {
  text-align: justify;
  word-break: break-all;
}
.present .bg-img {
  display: block;
  position: absolute;
  top: 66px;
  right: 100px;
  width: 100%;
  max-width: 200px;
}
.present .bg-img img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .present .bg-img {
    top: 100px;
    right: 10px;
    max-width: 100px;
  }
}
.present .page-header .container-fluid {
  background-color: #0094de;
}
.present .page-header .container-fluid > .details .container small {
  color: #fff;
}
.present .page-header .container-fluid > .details .container h3 {
  color: #fff;
}
.present .page-header .container-fluid > .details .container hr {
  background-color: #fff;
}
.present .page-header .container-fluid > .details .container span {
  color: #fff;
}
.present .page-header .container-fluid > .details .container p {
  color: #fff;
}
.present article ~ article {
  margin-top: 80px;
}
.present article .box {
  display: table;
  table-layout: fixed;
  margin: 30px -15px 0;
  width: calc(100% + 30px);
}
.present article .box > * {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.present article .box > *.col-20 {
  width: 20%;
}
@media (max-width: 1024px) {
  .present article .box > *.col-20 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .present article .box {
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }
  .present article .box > * {
    display: block;
    padding: 0;
  }
  .present article .box > * ~ * {
    margin-top: 30px;
  }
}
.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: #0094de;
  font-size: 22px;
  font-weight: 900;
}
.present article > .item-img {
  margin-bottom: 30px;
}
.present article .item-img img {
  width: 100%;
}
.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;
}
.present .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.present .figure-list > figure {
  display: table-cell;
  padding: 0 15px;
}
.present .figure-list .type-2 {
  width: 35.8%;
}
@media (max-width: 1024px) {
  .present .figure-list {
    display: block;
  }
  .present .figure-list > figure {
    display: block;
    width: 100% !important;
  }
  .present .figure-list > figure ~ figure {
    margin-top: 20px;
  }
}
.present .interview {
  display: table;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 180px 30px 30px;
  border: 1px solid #6569a9;
  border-radius: 30px;
}
.present .interview > div {
  display: table-cell;
  vertical-align: top;
}
.present .interview > div .summary-top {
  padding-top: 30px;
}
.present .interview > div .summary-bottom {
  padding-top: 30px;
}
.present .interview > div strong {
  position: absolute;
  padding: 5px 20px;
  top: -30px;
  left: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #6569a9;
  border-radius: 30px;
}
.present .interview > div small {
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  color: #6569a9;
  font-weight: bold;
  border: 1px solid #6569a9;
  border-radius: 30px;
}
.present .interview > div b {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.present .interview > div p {
  display: block;
  margin-top: 20px;
}
.present .interview .item-img {
  position: absolute;
  bottom: 0;
  right: -120px;
  width: 100%;
  max-width: 270px;
}
.present .interview .item-img figure {
  display: block;
  width: 100%;
}
.present .interview .item-img figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .present .interview {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .present .interview > div {
    display: block;
  }
  .present .interview > div .summary-top {
    padding-top: 0;
  }
  .present .interview > div .summary-bottom {
    padding-top: 30px;
  }
  .present .interview > div strong {
    display: block;
    position: static;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 24px;
    text-align: center;
  }
  .present .interview > div small {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    color: #6569a9;
    font-weight: 900;
    border: 1px solid #6569a9;
    border-radius: 30px;
  }
  .present .interview > div b {
    font-weight: 900;
  }
  .present .interview .item-img {
    position: static;
    max-width: 100%;
  }
  .present .interview .item-img figure {
    width: 80%;
    margin: 0 auto;
  }
}
@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 {
  text-align: justify;
  word-break: break-all;
}
.space .caption.absolute {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #000;
  color: #fff;
  padding: 0 5px;
}
.space .page-header .container-fluid {
  background-color: #fff;
}
.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;
  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;
}
@media (max-width: 1024px) {
  .space article .box > div:nth-of-type(2) {
    padding-left: 0;
  }
}
.space article .box .details {
  display: table-cell;
  vertical-align: top;
}
.space article .box .item-img {
  display: table-cell;
  vertical-align: top;
}
.space article .box .item-img.type-2 {
  width: 50%;
}
.space article .box .item-img.type-2 figure ~ figure {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .space article .box .item-img.type-2 {
    width: 100% !important;
  }
}
.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 article > .item-img {
  margin-top: 30px;
}
.space figcaption {
  color: #888;
}
.space .info-list {
  width: 100%;
  text-align: left;
}
.space .info-list ul {
  text-align: left;
}
.space .info-list ul li ~ li {
  margin-top: 4px;
}
.space .info-list ul li b {
  font-weight: 900;
}
.space .info-list > a {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 900;
  border: 1px solid #000;
  transition: all 300ms ease-in-out;
}
.space .info-list > a:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1024px) {
  .space .info-list {
    padding-top: 20px;
    padding-left: 0 !important;
  }
  .space .info-list > a {
    margin: 20px auto 0;
    font-size: 18px;
    padding: 5px 10px;
  }
}
.space .details p {
  margin-top: 20px;
}
.space .last-space .item-img {
  width: 30% !important;
}
.space .last-space .item-img img {
  border-radius: 0 !important;
}
@media (max-width: 1024px) {
  .space .last-space .item-img {
    width: 100% !important;
  }
}
.space .last-space .details {
  text-align: justify !important;
}
.space .last-space ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.space .space-info {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.space .space-info > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.space .space-info > div.item-img {
  width: 40%;
}
.space .space-info .summary {
  margin-top: 30px;
}
.space .space-info .summary > div > small {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}
.space .space-info .summary > div > ul {
  display: table-cell;
  vertical-align: top;
}
.space .space-info .summary > div > ul > li {
  display: table;
}
.space .space-info .summary > div > ul > li > * {
  display: table-cell;
  vertical-align: top;
}
.space .space-info .summary > div > ul > li b {
  padding-right: 8px;
}
.space .space-info .summary > div > ul > li ~ li {
  margin-top: 8px;
}
.space .space-info .summary > div > ul > li > b {
  font-weight: 700;
}
.space .space-info .summary > div > .qr-img {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.space .space-info .summary > div > .qr-img img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .space .space-info {
    display: block;
  }
  .space .space-info > div {
    display: block;
    width: 100% !important;
  }
}
@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;
  }
  .space article .box > div ~ div {
    margin-top: 20px;
  }
}

.curation {
  text-align: justify;
  word-break: break-all;
}
.curation .caption.absolute {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #000;
  color: #fff;
  padding: 0 5px;
}
.curation .figure-list figure.type-1 {
  width: 51.5%;
}
.curation .figure-list figure.type-2 {
  width: auto;
}
.curation .figure-list figure.type-3 {
  width: 36.5%;
}
.curation .figure-list figure.type-4 {
  width: 25.8%;
}
.curation .figure-list figure.type-5 {
  width: 33%;
}
.curation .figure-list figure.type-6 {
  width: 25.3%;
}
.curation .figure-list figure.type-7 {
  width: 36.2%;
}
@media (max-width: 1024px) {
  .curation .figure-list figure {
    width: 100% !important;
  }
}
.curation .page-header .container-fluid {
  background-color: #fdfada;
}
.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: 30px auto 0;
  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;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 20px -15px 0;
}
.curation article .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.curation article .box > div.details {
  width: 70%;
}
.curation article .box > div.details p {
  margin: 0;
}
.curation article .box > div.item-img {
  width: 30%;
}
.curation article .box img {
  width: 100%;
}
.curation article .box div p {
  margin-top: 20px;
}
.curation article .box ~ .box {
  margin-top: 30px;
}
.curation article > p {
  display: block;
  margin-top: 20px;
}
.curation figcaption {
  color: #888;
}
.curation .info-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px auto 0;
}
.curation .info-list figure {
  width: 30%;
}
.curation .info-list > * {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 15px;
}
.curation .info-list > * b {
  padding-right: 8px;
}
.curation .info-list ul {
  text-align: left;
}
.curation .info-list ul li {
  display: table;
}
.curation .info-list ul li > * {
  display: table-cell;
  vertical-align: top;
}
.curation .info-list ul li ~ li {
  margin-top: 8px;
}
.curation .info-list ul li b {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .curation .info-list {
    display: block;
  }
  .curation .info-list > * {
    display: block;
    width: 100%;
    padding: 0;
  }
  .curation .info-list ul {
    margin-top: 20px;
  }
}
.curation .last {
  margin: 30px auto 0;
  width: 100%;
  max-width: 800px;
}
.curation .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.curation .figure-list > * {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.curation .figure-list > *.column-img {
  width: 23.6%;
}
@media (max-width: 1024px) {
  .curation .figure-list figure ~ figure {
    margin-top: 20px;
  }
}
.curation .figure-list figcaption {
  text-align: left;
}
@media (max-width: 1024px) {
  .curation .figure-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .curation .figure-list > * {
    display: block;
    padding: 0;
  }
  .curation .figure-list > figure {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@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;
  }
  .curation article .box > div ~ div {
    margin-top: 20px;
  }
}

.trend {
  text-align: justify;
  word-break: break-all;
}
.trend .page-header .details {
  background-color: #F6E6A0;
}
.trend .page-header .details * {
  color: #000 !important;
}
.trend .page-header .details hr {
  background-color: #000 !important;
}
.trend section {
  display: block;
}
.trend section:nth-of-type(1) {
  position: relative;
  background: url("../images/life/img_trend_bg.png") repeat-y 100% 0%/100% auto;
}
.trend section:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/life/img_trend_bg02.png") no-repeat 0% 100%/100% auto;
}
.trend section article {
  position: relative;
  z-index: 1;
}
.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.epi {
  text-align: center;
}
.trend section article.epi strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #212b59;
}
.trend section p {
  margin-top: 20px;
}
.trend .recommand {
  padding: 30px;
  border: 10px double #212b59;
  background-color: #fff;
}
.trend .recommand div {
  text-align: center;
}
.trend .recommand div h3 {
  display: inline-block;
  padding: 23px 100px 50px;
  background: url("../images/life/trend_title_bg.svg") no-repeat 100% 50%/100% auto;
  font-weight: 900;
  color: #212b59;
}
.trend .recommand div ~ div {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px dotted #000;
}
.trend .recommand .recommand-list {
  margin-top: 30px;
  text-align: left;
}
.trend .recommand .recommand-list > ul {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.trend .recommand .recommand-list > ul > li {
  width: 50%;
}
.trend .recommand .recommand-list > ul > li > .box {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.trend .recommand .recommand-list > ul > li > .box figure {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.trend .recommand .recommand-list > ul > li > .box > ul.summary {
  padding-left: 15px;
  text-align: left;
}
.trend .recommand .recommand-list > ul > li > .box > ul.summary > li strong {
  font-weight: 900;
}
.trend .recommand .recommand-list > ul > li > .box > ul.summary > li > b {
  font-weight: 900;
}
.trend .recommand .recommand-list > ul > li > .box > ul.summary > li:first-child {
  margin-bottom: 20px;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 {
  text-align: left;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 dl {
  overflow: hidden;
  margin-bottom: 10px;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 dl dt {
  font-weight: 900;
  float: left;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 dl dd {
  float: right;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 figure {
  display: block;
  width: 100%;
  overflow: hidden;
}
.trend .recommand .recommand-list > ul > li > .box.type-2 figure img {
  display: block;
  margin: 0 !important;
  width: 100%;
  border: 5px solid #000;
  border-radius: 30px;
}
.trend .recommand .recommand-list > ul > li:nth-of-type(2n + 1) {
  float: left;
  padding-right: 30px;
}
.trend .recommand .recommand-list > ul > li:nth-of-type(2n + 2) {
  float: right;
  padding-left: 30px;
}
.trend .recommand .recommand-list > ul > li:nth-of-type(2n + 3) {
  clear: left;
  margin-top: 30px;
}
.trend .recommand .recommand-list > ul > li:nth-of-type(2n + 4) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .trend .recommand {
    padding: 10px;
  }
  .trend .recommand div h3 {
    display: block;
    padding: 13px 20px 30px;
    margin-top: 20px;
    font-size: 14px;
    background-size: contain;
    background-position: center;
  }
  .trend .recommand div ~ div {
    padding-top: 30px;
    margin-top: 30px;
  }
  .trend .recommand .recommand-list {
    margin-top: 30px;
    text-align: left;
  }
  .trend .recommand .recommand-list > ul > li {
    width: 100%;
  }
  .trend .recommand .recommand-list > ul > li ~ li {
    margin-top: 50px !important;
  }
  .trend .recommand .recommand-list > ul > li > .box {
    display: block;
    width: 100%;
  }
  .trend .recommand .recommand-list > ul > li > .box figure {
    display: block;
    width: 100%;
  }
  .trend .recommand .recommand-list > ul > li > .box > ul.summary {
    margin-top: 10px;
    padding-left: 0px;
  }
  .trend .recommand .recommand-list > ul > li > .box > ul.summary > li strong {
    font-weight: 900;
  }
  .trend .recommand .recommand-list > ul > li > .box > ul.summary > li > b {
    font-weight: 900;
  }
  .trend .recommand .recommand-list > ul > li > .box > ul.summary > li:first-child {
    margin-bottom: 10px;
  }
  .trend .recommand .recommand-list > ul > li > .box.type-2 dl {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .trend .recommand .recommand-list > ul > li > .box.type-2 dl dt {
    display: block;
    float: none;
  }
  .trend .recommand .recommand-list > ul > li > .box.type-2 dl dd {
    display: block;
    float: none;
  }
  .trend .recommand .recommand-list > ul > li > .box.type-2 figure {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .trend .recommand .recommand-list > ul > li > .box.type-2 figure img {
    display: block;
    margin: 0 !important;
    width: 100%;
    border: 5px solid #000;
    border-radius: 30px;
  }
  .trend .recommand .recommand-list > ul > li:nth-of-type(2n + 1) {
    clear: both;
    padding-right: 0px;
  }
  .trend .recommand .recommand-list > ul > li:nth-of-type(2n + 2) {
    clear: both;
    padding-left: 0px;
  }
  .trend .recommand .recommand-list > ul > li:nth-of-type(2n + 3) {
    clear: both;
    margin-top: 0px;
  }
  .trend .recommand .recommand-list > ul > li:nth-of-type(2n + 4) {
    clear: both;
    margin-top: 0px;
  }
}
@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 {
  background-color: #dfeffa;
}
.instagram .instagram-list > ul > li:nth-of-type(1) h3::before {
  background: url("../images/life/img_instagram_ic01_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(2) h3::before {
  background: url("../images/life/img_instagram_ic02_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(3) h3::before {
  background: url("../images/life/img_instagram_ic03_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(4) h3::before {
  background: url("../images/life/img_instagram_ic04_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(5) h3::before {
  background: url("../images/life/img_instagram_ic05_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(6) h3::before {
  background: url("../images/life/img_instagram_ic06_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(7) h3::before {
  background: url("../images/life/img_instagram_ic07_202508.svg");
}
.instagram .instagram-list > ul > li:nth-of-type(8) h3::before {
  background: url("../images/life/img_instagram_ic08_202508.svg");
}
.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-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: #6a2c27;
}
.talk .page-header {
  background-color: #edece5;
}
.talk h2 {
  font-size: 50px;
  line-height: 1.2;
}
.talk .section-content {
  margin-top: 100px;
}
.talk .section-content .attention {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 999px;
}
.talk .figure-list {
  display: table;
  table-layout: fixed;
  margin: 0 -15px;
  width: calc(100% + 30px);
  overflow: hidden;
}
.talk .figure-list > figure {
  float: left;
  width: calc(33.3333333333% - 0px);
  padding: 0 15px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
.talk .figure-list > figure:nth-of-type(3n + 1) {
  clear: left;
}
.talk .figure-list > figure:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .talk {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .talk > figure {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .talk > figure ~ figure {
    margin-top: 30px;
  }
  .talk .figure-list {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .talk .figure-list > figure {
    width: 100%;
    float: clear;
    padding: 0;
  }
  .talk .figure-list > figure ~ figure {
    margin-top: 50px !important;
  }
}

.talk-wrap .container .section-header {
  padding: 0;
}

/* quiz */
.quiz {
  background-color: #fff297;
}
.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: #00a8eb;
}
.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: #00a8eb;
}
.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: #00a8eb;
}
.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: #00a8eb;
}
.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%;
}
.quiz .container article .prizewinner > dl > dd > ul > li > dl dd b {
  font-weight: bold;
}
@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;
  }
}

/* result */
.result {
  padding-top: 0;
}
.result .container {
  max-width: 1030px;
}
.result img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.result .section-top {
  padding: 100px 0 60px;
  background-color: #008cb6;
}
.result .section-top h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
.result .section-top h3 b {
  display: block;
  font-weight: 900;
  color: #ffe114;
}
.result .section-top p {
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
}
.result .section-top .container {
  position: relative;
  padding-right: 300px;
}
.result .section-top .container img {
  position: absolute;
  bottom: -60px;
  right: 15px;
}
.result .section-content article {
  padding: 60px 0;
  background-color: #fffcdb;
}
.result .section-content article ~ article {
  background-color: #ffe114;
}
@media (max-width: 1024px) {
  .result .section-top {
    padding: 60px 0 0;
  }
  .result .section-top h3 {
    font-size: 30px;
  }
  .result .section-top .container {
    padding-right: 15px;
  }
  .result .section-top .container img {
    position: static;
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
  }
  .result .section-content .visible-sm {
    max-width: 100%;
    margin: 0 auto;
  }
  .result .section-content .visible-sm ~ .visible-sm {
    margin-top: 30px;
  }
}/*# sourceMappingURL=life.css.map */