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

.spotlight .page-header {
  background-color: #fff;
}
.spotlight .page-header .container-fluid .details {
  background-color: #fff3c7;
}
.spotlight .page-header .container-fluid .details .container small {
  color: #000;
}
.spotlight .page-header .container-fluid .details .container h3 {
  color: #000;
}
.spotlight .page-header .container-fluid .details .container h3 > strong {
  font-size: 24px;
}
.spotlight .page-header .container-fluid .details .container hr {
  background-color: #000;
}
.spotlight .page-header .container-fluid .details .container p {
  color: #000;
}
.spotlight .page-header .container-fluid .details .container span {
  color: #000;
}
.spotlight .spotlight-wrap .container img {
  display: block;
  width: 100%;
}
.spotlight .spotlight-wrap .container .summary {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #000;
}
.spotlight .spotlight-wrap .container .summary p {
  position: relative;
  padding-left: 20px;
}
.spotlight .spotlight-wrap .container .summary p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1)";
}
.spotlight .spotlight-wrap .container > ul > li > dl > dt {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.spotlight .spotlight-wrap .container > ul > li > dl > dd > ol > li {
  margin-top: 40px;
}
.spotlight .spotlight-wrap .container > ul > li > dl > dd > ol > li > dl dt {
  font-size: 20px;
  font-weight: 900;
  color: #00953e;
}
.spotlight .spotlight-wrap .container > ul > li ~ li {
  margin-top: 80px;
}
.spotlight .spotlight-wrap .container > ul > li .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.spotlight .spotlight-wrap .container > ul > li .figure-list > figure {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
.spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 {
  table-layout: auto;
  padding-bottom: 20px;
}
.spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
.spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure figcaption {
  position: absolute;
  bottom: -30px;
  left: 15px;
  width: 100%;
  height: auto;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .spotlight .spotlight-wrap .container > ul > li > dl > dt {
    font-size: 20px;
  }
  .spotlight .spotlight-wrap .container > ul > li > dl > dd > ol > li {
    margin-top: 20px;
  }
  .spotlight .spotlight-wrap .container > ul > li > dl > dd > ol > li > dl dt {
    font-size: 18px;
    font-weight: 800;
  }
  .spotlight .spotlight-wrap .container > ul > li > dl > dd > ol > li > dl dd {
    text-align: justify;
    word-break: break-all;
  }
  .spotlight .spotlight-wrap .container > ul > li ~ li {
    margin-top: 40px;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list > figure {
    display: block;
    padding: 0;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list > figure ~ figure {
    margin-top: 20px;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 {
    padding: 0;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure {
    display: block;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure img {
    font-size: 0;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure figcaption {
    position: static;
    font-size: 16px;
    height: auto;
  }
  .spotlight .spotlight-wrap .container > ul > li .figure-list.type-2 > figure ~ figure {
    margin-top: 20px;
  }
}

.event img {
  display: block;
  width: 100%;
}
.event .video {
  margin: 60px 0;
}
.event .video > video {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .event .video {
    margin: 30px 0;
  }
}
.event .page-header {
  background-color: #fff;
}
.event .page-header .container-fluid .details .container small {
  color: #000;
}
.event .page-header .container-fluid .details .container h3 {
  color: #000;
}
.event .page-header .container-fluid .details .container h3 > strong {
  font-size: 24px;
}
.event .page-header .container-fluid .details .container hr {
  background-color: #000;
}
.event .page-header .container-fluid .details .container p {
  color: #000;
}
.event .page-header .container-fluid .details .container span {
  color: #000;
}
.event .event-wrap .container .section-header .summary-top {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.event .event-wrap .container .section-header .summary-top > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.event .event-wrap .container .section-header .summary-top > ul > li {
  display: table-cell;
  position: relative;
  padding: 0 30px;
  font-weight: 400;
  text-align: left;
}
.event .event-wrap .container .section-header .summary-top > ul > li small {
  font-size: 18px;
}
.event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl {
  display: table;
  table-layout: fixed;
}
.event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl > dt {
  display: table-cell;
  padding-right: 10px;
}
.event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl > dd {
  display: table-cell;
  font-weight: 800;
}
.event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(1)::before, .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(1)::after, .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(2)::after {
  content: "VS";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  transform: translateY(-50%);
  line-height: 40px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.event .event-wrap .container .section-header .figure-list {
  display: table;
  width: calc(100% + 10px);
  margin: 100px -5px 0;
  table-layout: fixed;
}
.event .event-wrap .container .section-header .figure-list > figure {
  display: table-cell;
  padding: 0 5px;
}
.event .event-wrap .container .section-content > ul > li dl dt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.event .event-wrap .container .section-content > ul > li dl dd {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.event .event-wrap .container .section-content > ul > li dl dd > * {
  display: table-cell;
  vertical-align: top;
}
.event .event-wrap .container .section-content > ul > li dl dd > .item-img {
  width: 27%;
  padding-right: 20px;
}
.event .event-wrap .container .section-content > ul > li dl dd > .item-img.type-2 {
  width: 15%;
}
.event .event-wrap .container .section-content > ul > li .review .article-header {
  position: relative;
}
.event .event-wrap .container .section-content > ul > li .review .article-header small {
  display: block;
  font-weight: bold;
}
.event .event-wrap .container .section-content > ul > li .review .article-header strong {
  display: block;
  font-weight: 900;
  font-size: 26px;
}
.event .event-wrap .container .section-content > ul > li .review .article-header::after {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  height: 4px;
  background-color: black;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption {
  position: relative;
}
.event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption > dl dt {
  font-size: 20px;
}
.event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000;
}
.event .event-wrap .container .section-content > ul > li ~ li {
  margin-top: 80px;
}
.event .event-wrap .container .section-content .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.event .event-wrap .container .section-content .figure-list figure {
  display: table-cell;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .event .event-wrap .container .section-header .summary-top {
    max-width: 100%;
  }
  .event .event-wrap .container .section-header .summary-top > ul {
    display: block;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl {
    display: inline-block;
    text-align: left;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl > dt {
    display: block;
    padding-right: 10px;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li > ul > li > dl > dd {
    display: block;
    font-weight: 800;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(1)::before, .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(1)::after, .event .event-wrap .container .section-header .summary-top > ul > li:nth-of-type(2)::after {
    content: "VS";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: translate(-50%, -50%);
  }
  .event .event-wrap .container .section-header .figure-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .event .event-wrap .container .section-header .figure-list > figure {
    display: block;
    padding: 0;
  }
  .event .event-wrap .container .section-header .figure-list > figure ~ figure {
    margin-top: 20px;
  }
  .event .event-wrap .container .section-content > ul > li dl dt {
    font-size: 20px;
  }
  .event .event-wrap .container .section-content > ul > li dl dd {
    display: block;
    text-align: justify;
    word-break: break-all;
  }
  .event .event-wrap .container .section-content > ul > li dl dd > * {
    display: block;
  }
  .event .event-wrap .container .section-content > ul > li dl dd > .item-img {
    width: 100%;
    padding: 0;
  }
  .event .event-wrap .container .section-content > ul > li dl dd > .item-img.type-2 {
    width: 100%;
  }
  .event .event-wrap .container .section-content > ul > li .review .article-header::after {
    width: calc(100% - 120px);
  }
  .event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption > dl {
    padding-top: 20px;
  }
  .event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption > dl dt {
    font-size: 20px;
  }
  .event .event-wrap .container .section-content > ul > li .review .article-content > .figure-list figure figcaption::after {
    width: 100%;
  }
  .event .event-wrap .container .section-content > ul > li ~ li {
    margin-top: 60px;
  }
  .event .event-wrap .container .section-content .figure-list {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .event .event-wrap .container .section-content .figure-list figure {
    display: block;
    padding: 0;
  }
  .event .event-wrap .container .section-content .figure-list figure ~ figure {
    margin-top: 20px;
  }
}

.trend .page-header {
  background-color: #fddfd4;
}
.trend .page-header .container-fluid .details .container small {
  color: #000;
}
.trend .page-header .container-fluid .details .container h3 {
  color: #000;
}
.trend .page-header .container-fluid .details .container hr {
  background-color: #000;
}
.trend .page-header .container-fluid .details .container p {
  color: #000;
}
.trend .page-header .container-fluid .details .container span {
  color: #000;
}
.trend .trend-wrap {
  display: block;
  width: 100%;
  background-color: #fddfd4;
}
.trend .trend-wrap .container ul li dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #dc605e;
  font-weight: 900;
}
.trend .trend-wrap .container ul li dl dd .box {
  display: table;
}
.trend .trend-wrap .container ul li dl dd .box p {
  display: table-cell;
  vertical-align: top;
}
.trend .trend-wrap .container ul li dl dd .box .item-img {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-left: 30px;
}
.trend .trend-wrap .container ul li dl dd .box .item-img.type-2 {
  padding-left: 0;
  padding-right: 30px;
  vertical-align: middle;
}
.trend .trend-wrap .container ul li .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.trend .trend-wrap .container ul li .figure-list figure {
  display: table-cell;
  padding: 0 15px;
}
.trend .trend-wrap .container ul li .figure-list figure img {
  display: block;
  width: 100%;
}
.trend .trend-wrap .container ul li ~ li {
  margin-top: 80px;
}
.trend .trend-wrap .container ul li article {
  display: block;
  position: relative;
  padding: 60px;
  background-color: #fff;
  text-align: center;
  background: white url("../images/life/img_trend_check_bg.png") repeat top/50px 50px;
}
.trend .trend-wrap .container ul li article .article-header h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #dc605e;
  padding-bottom: 5px;
  border-bottom: 2px solid #dc605e;
}
.trend .trend-wrap .container ul li article .article-content {
  margin-top: 80px;
}
.trend .trend-wrap .container ul li article .article-content ul {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.trend .trend-wrap .container ul li article .article-content ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.trend .trend-wrap .container ul li article .article-content ul li .box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.trend .trend-wrap .container ul li article .article-content ul li .box .item-img {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding: 0 10px;
}
.trend .trend-wrap .container ul li article .article-content ul li .box .details {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 0 10px;
}
.trend .trend-wrap .container ul li article .article-content ul li .box .details p {
  text-align: left;
}
.trend .trend-wrap .container ul li article .article-content ul li .box .details p b {
  display: block;
  font-weight: 900;
}
.trend .trend-wrap .container ul li article .article-content ul ~ ul {
  margin-top: 30px;
}
.trend .trend-wrap .container ul li article::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background: url("../images/life/img_trend_note_header.png") no-repeat top/100% auto;
}
.trend figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.trend figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .trend .trend-wrap .container ul li dl dt {
    font-size: 20px;
    font-weight: bold;
  }
  .trend .trend-wrap .container ul li dl dd .box {
    display: block;
  }
  .trend .trend-wrap .container ul li dl dd .box p {
    display: block;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .trend .trend-wrap .container ul li dl dd .box .item-img {
    display: block;
    width: 100%;
    padding: 0;
  }
  .trend .trend-wrap .container ul li dl dd .box .item-img.type-2 {
    padding: 0;
    width: 80%;
    margin: 0 auto 20px;
  }
  .trend .trend-wrap .container ul li ~ li {
    margin-top: 60px;
  }
  .trend .trend-wrap .container ul li article {
    padding: 40px 20px 20px 20px;
    background: white url("../images/life/img_trend_check_bg.png") repeat top/20px 20px;
  }
  .trend .trend-wrap .container ul li article .article-content {
    margin-top: 30px;
  }
  .trend .trend-wrap .container ul li article .article-content ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .trend .trend-wrap .container ul li article .article-content ul li {
    display: block;
    padding: 0;
  }
  .trend .trend-wrap .container ul li article .article-content ul li .box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .trend .trend-wrap .container ul li article .article-content ul li .box .item-img {
    display: block;
    width: 100%;
    padding: 0;
  }
  .trend .trend-wrap .container ul li article .article-content ul li .box .details {
    display: block;
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  .trend .trend-wrap .container ul li article .article-content ul li .box p b {
    font-size: 18px;
  }
  .trend .trend-wrap .container ul li article .article-content ul ~ ul {
    margin-top: 30px;
  }
  .trend .trend-wrap .container ul li article::after {
    content: "";
    position: absolute;
    top: -0.25%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 60px;
    background: url("../images/life/img_trend_note_header.png") no-repeat top/100% auto;
  }
}

.space .page-header {
  position: relative;
  background: url("../images/life/bg_space_page_header.png") no-repeat center/100% auto;
}
.space .page-header .container-fluid .details .container small {
  color: #fff;
}
.space .page-header .container-fluid .details .container h3 {
  color: #fff;
}
.space .page-header .container-fluid .details .container hr {
  background-color: #fff;
}
.space .page-header .container-fluid .details .container p {
  color: #fff;
}
.space .page-header .container-fluid .details .container span {
  color: #fff;
}
.space .space-wrap .container .section-header figure {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.space .space-wrap .container .section-header figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.space .space-wrap .container .section-header figure figcaption {
  text-align: right;
}
.space .space-wrap .container .section-header figure::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100px;
  right: 5%;
  width: 50%;
  height: 68px;
  background: url("../images/life/img_space_title.png") no-repeat center/100% auto;
}
.space .space-wrap .container .section-content > ul > li > dl dt {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}
.space .space-wrap .container .section-content > ul > li > dl dd {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.space .space-wrap .container .section-content > ul > li > dl dd > figure {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.space .space-wrap .container .section-content > ul > li > dl dd > p {
  display: table-cell;
  vertical-align: top;
}
.space .space-wrap .container .section-content > ul > li > dl dd > p > strong {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}
.space .space-wrap .container .section-content > ul > li > dl dd > p > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.space .space-wrap .container .section-content > ul > li > dl dd > p > span > b {
  display: inline;
  font-weight: 900;
}
.space .space-wrap .container .section-content > ul > li ~ li {
  margin-top: 100px;
}
.space .space-wrap .container .section-content > ul > li:nth-last-of-type(1) {
  text-align: center;
}
.space .space-wrap .container .section-content > ul > li .info {
  display: inline-block;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 4px solid #121212;
  text-align: left;
}
.space .space-wrap .container .section-content > ul > li .info > h3 {
  display: block;
  margin-bottom: 20px;
}
.space .space-wrap .container .section-content > ul > li .info > ul > li > dl {
  display: block;
}
.space .space-wrap .container .section-content > ul > li .info > ul > li > dl > dt {
  display: inline-block;
  width: 80px;
  font-weight: 900;
}
.space .space-wrap .container .section-content > ul > li .info > ul > li > dl > dd {
  display: inline-block;
}
.space .space-wrap .container .section-content > ul > li .info > ul > li > dl > dd > address {
  font-style: normal;
}
.space .space-wrap .container .section-content > ul > li .info > ul > li > a {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #121212;
  color: #fff;
  border-radius: 15px;
}
.space .space-wrap .container .section-content figcaption {
  font-size: 14px;
}
.space .space-wrap .container .section-content figcaption b {
  font-weight: 900;
}
.space .space-wrap .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.space .space-wrap .figure-list figure {
  display: table-cell;
  padding: 0 15px;
}
.space .space-wrap .figure-list figure figcaption {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.space .space-wrap .figure-list figure figcaption b {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .space .page-header {
    background-size: cover;
  }
  .space .space-wrap .container .section-header {
    padding-bottom: 60px;
  }
  .space .space-wrap .container .section-header figure figcaption {
    font-size: 14px;
  }
  .space .space-wrap .container .section-content > ul > li > dl dt {
    margin-bottom: 10px;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd {
    display: block;
    word-break: break-all;
    text-align: justify;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > figure {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > figure img {
    width: 80%;
    margin: 0 auto;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > figure figcaption {
    margin-top: 10px;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > p {
    display: table-cell;
    vertical-align: top;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > p > span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .space .space-wrap .container .section-content > ul > li > dl dd > p > span > b {
    display: inline;
    font-weight: 900;
  }
  .space .space-wrap .container .section-content > ul > li ~ li {
    margin-top: 60px;
  }
  .space .space-wrap .container .section-content > ul > li .info > h3 {
    margin-bottom: 10px;
  }
  .space .space-wrap .container .section-content > ul > li .info > ul > li > dl {
    display: block;
    font-size: 13px;
  }
  .space .space-wrap .container .section-content > ul > li .info > ul > li > dl > dt {
    width: 55px;
  }
  .space .space-wrap .container .section-content > ul > li .info > ul > li > a {
    display: block;
    text-align: center;
    margin: 30px auto 0;
  }
  .space .space-wrap .figure-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .space .space-wrap .figure-list figure {
    display: block;
    padding: 0;
  }
  .space .space-wrap .figure-list figure ~ figure {
    margin-top: 20px;
  }
}

.talk {
  background-color: #ffebca;
}
.talk article {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  border-radius: 30px;
  border: 10px double #f15c49;
  background-color: #fff;
}
.talk article .article-header {
  text-align: center;
}
.talk article .article-header strong {
  display: block;
  font-size: 30px;
  color: #f15c49;
  font-weight: 900;
}
.talk article .article-header h3 {
  display: block;
  font-size: 50px;
  color: #f15c49;
  font-weight: 900;
}
.talk article .article-header p {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .talk article .article-header p {
    margin-top: 15px;
  }
}
.talk article .article-header span {
  display: block;
  margin-top: 10px;
}
.talk article .article-header span b {
  font-weight: 900;
}
.talk article .article-header .title {
  margin-bottom: 50px;
}
.talk article .article-header > .details {
  display: table;
}
.talk article .article-header > .details > figure {
  display: table-cell;
  width: 30%;
  vertical-align: bottom;
  text-align: right;
  font-size: 0;
}
.talk article .article-header > .details > figure > img {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 0;
}
.talk article .article-header > .details > p {
  display: table-cell;
  text-align: left;
  padding-right: 20px;
  vertical-align: bottom;
}
.talk article .article-content {
  margin-top: 100px;
}
.talk article .article-content .item-img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.talk article .article-content .item-img figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.talk article .article-content .item-img figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.talk article .article-content .item-img figure figcaption {
  margin-top: 8px;
  text-align: right;
}
.talk article ~ article {
  margin-top: 100px;
}
.talk article:nth-of-type(2) .article-content {
  margin-top: 0;
}
.talk article:nth-of-type(2) .article-content .item-img {
  max-width: 100%;
}
.talk article:nth-of-type(2) .article-content .item-img figure img {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}
.talk article:nth-of-type(2) .article-header {
  margin-top: 100px;
}
.talk article.last {
  border: 0;
  background-color: #f15c49;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .talk article {
    padding: 15px 10px;
    border: 5px double #f15c49;
  }
  .talk article .article-header strong {
    font-size: 20px;
  }
  .talk article .article-header h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  .talk article .article-header span {
    display: block;
    margin-top: 20px;
  }
  .talk article .article-header span b {
    font-weight: 900;
  }
  .talk article .article-header .title {
    margin-bottom: 25px;
  }
  .talk article .article-header > .details {
    display: block;
  }
  .talk article .article-header > .details > p {
    display: block;
    width: 100%;
    padding: 0;
  }
  .talk article .article-header > .details figure {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .talk article .article-content {
    margin-top: 30px;
  }
  .talk article ~ article {
    margin-top: 60px;
  }
  .talk article:nth-of-type(2) .article-header {
    margin-top: 30px;
  }
}
.talk figure figcaption {
  font-size: 14px;
  text-align: right;
}

.news {
  background-color: #d4e1e1;
}
.news .container .section-header .section-title {
  border-top: 4px double #121212;
  border-bottom: 1px solid #121212;
}
.news .container .section-header .section-title h3 {
  font-size: 50px;
  border-bottom: 2px solid #121212;
  padding: 10px 0;
}
.news .container .section-header .section-title small {
  display: block;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}
.news .container .section-content ul li {
  padding: 60px 0;
  border-bottom: 1px solid #121212;
}
.news .container .section-content ul li:nth-of-type(1) {
  padding-top: 0;
}
.news .container .section-content ul li:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
}
.news .container .section-content ul li h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.news .container .section-content ul li p {
  font-size: 20px;
  text-indent: 15px;
}
.news .container .section-content ul li figure {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1000px;
}
.news .container .section-content ul li .item-img {
  overflow: hidden;
}
.news .container .section-content ul li .item-img figure {
  display: inline-block;
  width: calc(50% - 10px);
}
.news .container .section-content ul li .item-img figure:nth-of-type(1) {
  float: left;
}
.news .container .section-content ul li .item-img figure:nth-of-type(2) {
  float: right;
}
@media (max-width: 1024px) {
  .news .container .section-header .section-title {
    border-top: 4px double #121212;
    border-bottom: 1px solid #121212;
  }
  .news .container .section-header .section-title h3 {
    font-size: 50px;
    border-bottom: 2px solid #121212;
    padding: 10px 0;
  }
  .news .container .section-header .section-title small {
    display: block;
    padding: 0;
    margin: 0;
    padding: 10px 0;
  }
  .news .container .section-content ul li {
    padding: 60px 0;
    border-bottom: 1px solid #121212;
  }
  .news .container .section-content ul li:nth-of-type(1) {
    padding-top: 0;
  }
  .news .container .section-content ul li:nth-last-of-type(1) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news .container .section-content ul li h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 41.6px;
    font-weight: 900;
  }
  .news .container .section-content ul li p {
    font-size: 18px;
    word-break: break-all;
  }
  .news .container .section-content ul li figure {
    margin-top: 20px;
  }
  .news .container .section-content ul li .item-img {
    overflow: hidden;
  }
  .news .container .section-content ul li .item-img figure {
    display: inline-block;
    width: 100%;
  }
  .news .container .section-content ul li .item-img figure:nth-of-type(1) {
    float: none;
  }
  .news .container .section-content ul li .item-img figure:nth-of-type(2) {
    float: none;
  }
}

/* quiz */
.quiz {
  background-color: #faa635;
}
.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: #faa635;
}
.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: #faa635;
}
.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: #faa635;
}
.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: #faa635;
}
.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: right;
}
.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 */