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

/* story-top01 */
.story-top01 .container-fluid .v-align .inner {
  color: #fff;
  text-align: center;
}
.story-top01 .container-fluid .v-align .inner .cell {
  display: block;
}
.story-top01 .container-fluid .v-align .inner .cell:last-child {
  text-align: center;
}
@media (max-width: 1024px) {
  .story-top01 .container-fluid .v-align .inner {
    color: #000 !important;
  }
}

/* story-1 */
.story-1 {
  padding: 0;
}
.story-1 article {
  padding: 100px 0;
}
.story-1 article .container {
  max-width: 1030px;
}
.story-1 article .container .article-header {
  text-align: center;
  padding-bottom: 60px;
}
.story-1 article .container .article-header h3 {
  display: inline-block;
  font-size: 26px;
  padding-top: 15px;
  border-top: 3px solid #333;
}
.story-1 article .container .article-content {
  text-align: justify;
  padding: 0 30px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.story-1 article .container .article-content > ol {
  display: table;
  width: calc(100% + 90px);
  height: 100%;
  margin: 30px 0 30px -60px;
  table-layout: fixed;
}
.story-1 article .container .article-content > ol > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px 0;
}
.story-1 article .container .article-content > ol > li .round {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 30px);
  height: 100%;
  display: block;
  border-radius: 0 100px 100px 0;
}
.story-1 article .container .article-content > ol > li .box {
  position: relative;
  display: block;
  width: 100%;
  z-index: 8;
}
.story-1 article .container .article-content > ol > li .box p {
  font-size: 13px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #fff;
  padding-left: 40px;
  word-break: break-all;
}
.story-1 article .container .article-content > ol > li .box span {
  position: absolute;
  top: 50%;
  right: -29px;
  z-index: 8;
  color: #000;
  width: 20px;
  font-size: 13px;
  color: #10659a;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.story-1 article .container .article-content > ol > li:nth-of-type(1) .round {
  z-index: 7;
  background-color: #95afcf;
}
.story-1 article .container .article-content > ol > li:nth-of-type(2) .round {
  z-index: 6;
  background-color: #7fa1c6;
}
.story-1 article .container .article-content > ol > li:nth-of-type(3) .round {
  z-index: 5;
  background-color: #6b93bc;
}
.story-1 article .container .article-content > ol > li:nth-of-type(4) .round {
  z-index: 4;
  background-color: #5786b3;
}
.story-1 article .container .article-content > ol > li:nth-of-type(5) .round {
  z-index: 3;
  background-color: #427bab;
}
.story-1 article .container .article-content > ol > li:nth-of-type(6) .round {
  z-index: 2;
  background-color: #2870a2;
}
.story-1 article .container .article-content > ol > li:nth-of-type(7) .round {
  z-index: 1;
  background-color: #10659a;
}
.story-1 article.story1-1 {
  background-color: #e0f3fe;
}
.story-1 article.story1-2 {
  color: #10659a;
}
.story-1 article.story1-2 .container .article-header h3 {
  border-color: #10659a;
}
.story-1 article.story1-2 .container .article-content {
  border-color: #10659a;
}
.story-1 article.story1-3 {
  color: #fff;
  padding-bottom: 200px;
  background-color: #10659a;
}
.story-1 article.story1-3 .container > figure {
  margin-bottom: 100px;
}
.story-1 article.story1-3 .container > figure img {
  display: block;
  width: 100%;
}
.story-1 article.story1-3 .container .article-header h3 {
  border-color: #fff;
}
.story-1 article.story1-3 .container .article-content {
  border-color: #fff;
}
@media (max-width: 1200px) {
  .story-1 article .container .article-content > ol {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .story-1 article .container .article-content > ol > li .box p {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .story-1 article .container .article-content {
    padding: 0 15px;
  }
  .story-1 article .container .article-content > ol {
    width: 160px;
    display: block;
    margin: 20px auto 80px;
  }
  .story-1 article .container .article-content > ol > li {
    display: block;
    padding: 10px 0 0;
  }
  .story-1 article .container .article-content > ol > li .round {
    top: -40px;
    width: 100%;
    height: calc(100% + 90px);
    border-radius: 0 0 100px 100px;
  }
  .story-1 article .container .article-content > ol > li .box {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .story-1 article .container .article-content > ol > li .box p {
    font-size: 14px;
    padding-left: 0;
  }
  .story-1 article .container .article-content > ol > li .box span {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -49px;
    transform: translateX(-50%);
  }
  .story-1 article .container .article-content > ol > li:nth-of-type(1) .round {
    top: 0;
    height: calc(100% + 40px);
  }
  .story-1 article .container .article-content > ol > li:nth-of-type(1) .box {
    padding-top: 40px;
  }
  .story-1 article .container .article-content > ol > li:nth-of-type(1) .box span {
    bottom: -39px;
  }
  .story-1 article.story1-3 {
    padding-bottom: 160px;
  }
  .story-1 article.story1-3 .container > figure {
    margin-bottom: 60px;
  }
}

/* story-top02 */
.story-top02 {
  background-color: #fddfa2;
}
.story-top02 .container-fluid > div.item-img {
  background-position: 100% 50%;
}
.story-top02 .container-fluid > div.item-img .temperature {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 120px;
}
@media (max-width: 1024px) {
  .story-top02 .container-fluid > div.item-img .temperature {
    width: 70px;
    bottom: auto;
    right: auto;
    top: 15px;
    left: 15px;
  }
}
.story-top02 .container-fluid > div.details .container small {
  color: #fcac05;
}
.story-top02 .container-fluid > div.details .container h3 {
  color: #333;
}
.story-top02 .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.story-top02 .container-fluid > div.details .container hr {
  background-color: #333;
}
.story-top02 .container-fluid > div.details .container p {
  color: #333;
}
.story-top02 .container-fluid > div.details .container span {
  color: #333;
}

/* story-2 */
.story-2 {
  padding: 0;
}
.story-2 article {
  background-color: rgba(240, 240, 240, 0.9411764706);
  padding: 100px 0;
}
.story-2 article .article-header {
  padding-bottom: 60px;
}
.story-2 article .article-header h3 {
  font-size: 30px;
  font-weight: bold;
}
.story-2 article .article-content p {
  letter-spacing: -0.5px;
}
.story-2 article .article-content p ~ p {
  margin-top: 60px;
}
.story-2 article .article-content dl {
  margin-top: 60px;
}
.story-2 article .article-content dl dt {
  display: block;
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000;
}
.story-2 article .article-content dl dd {
  padding: 20px 0;
  border-bottom: 2px solid #000;
}
.story-2 article .article-content dl dd > ol {
  position: relative;
  display: table;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  table-layout: fixed;
}
.story-2 article .article-content dl dd > ol > li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 10px;
  border-right: 1px solid #ccc;
}
.story-2 article .article-content dl dd > ol > li .kwh p {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 46px;
  border-radius: 100px;
}
.story-2 article .article-content dl dd > ol > li .kwh p b {
  font-size: 20px;
  font-weight: bold;
}
.story-2 article .article-content dl dd > ol > li:after {
  position: absolute;
  bottom: -30px;
  right: -15px;
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.story-2 article .article-content dl dd > ol > li:first-child {
  border-left: 1px solid #ccc;
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(1):before {
  position: absolute;
  bottom: -30px;
  left: -10px;
  content: "3%";
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(1):after {
  content: "5%";
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(1) .kwh p {
  background-color: #f0b09b;
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(2):after {
  content: "10%";
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(2) .kwh p {
  background-color: #eea28b;
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(3):after {
  content: "20%";
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(3) .kwh p {
  background-color: #e8876e;
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(4):after {
  content: "30%";
}
.story-2 article .article-content dl dd > ol > li:nth-of-type(4) .kwh p {
  background-color: #e36c55;
}
.story-2 article .article-content dl dd > ul {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.story-2 article .article-content dl dd > ul > li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
  border-right: 1px dotted #ccc;
}
.story-2 article .article-content dl dd > ul > li > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.story-2 article .article-content dl dd > ul > li > figure figcaption {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.story-2 article .article-content dl dd > ul > li:last-child {
  border-right: 0;
}
.story-2 article .article-content .summary {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.story-2 article .article-content .summary > p {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 20px;
}
.story-2 article .article-content .summary > p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1)";
}
.story-2 article .article-content .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.story-2 article .article-content .box > div {
  display: table-cell;
  vertical-align: top;
}
.story-2 article .article-content .box > div.details {
  padding-right: 15px;
}
.story-2 article .article-content .box > div.item-img {
  width: 27%;
  padding-left: 15px;
}
.story-2 article .article-content .box > div.item-img > figure img {
  display: block;
  width: 100%;
}
.story-2 article.story2-1 .container {
  position: relative;
  padding-left: 100px;
}
.story-2 article.story2-1 .container .cashback {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.story-2 article:nth-of-type(2) {
  background-color: #fff;
}
.story-2 article:last-child {
  padding-bottom: 200px;
}
.story-2 sup {
  vertical-align: super;
}
@media (max-width: 1024px) {
  .story-2 article {
    padding: 60px 0;
  }
  .story-2 article .article-header {
    padding-bottom: 30px;
  }
  .story-2 article .article-header h3 {
    font-size: 26px;
  }
  .story-2 article .article-content p ~ p {
    margin-top: 30px;
  }
  .story-2 article .article-content dl {
    margin-top: 10px;
  }
  .story-2 article .article-content dl dt {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .story-2 article .article-content dl dd {
    padding: 15px 0;
  }
  .story-2 article .article-content dl dd > ol > li {
    padding: 5px 0;
  }
  .story-2 article .article-content dl dd > ol > li .kwh p {
    font-size: 12px;
    line-height: 28px;
  }
  .story-2 article .article-content dl dd > ol > li .kwh p b {
    font-size: 15px;
  }
  .story-2 article .article-content dl dd > ol > li:after {
    bottom: -25px;
    font-size: 12px;
  }
  .story-2 article .article-content dl dd > ol > li:nth-of-type(1):before {
    bottom: -25px;
    font-size: 12px;
  }
  .story-2 article .article-content dl dd > ul {
    display: block;
    overflow: hidden;
  }
  .story-2 article .article-content dl dd > ul > li {
    display: block;
    width: 50%;
    float: left;
    padding: 15px;
  }
  .story-2 article .article-content dl dd > ul > li > figure figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  .story-2 article .article-content dl dd > ul > li:nth-of-type(2) ~ li {
    border-top: 1px dotted #ccc;
  }
  .story-2 article .article-content dl dd > ul > li:nth-of-type(2n + 2) {
    border-right: 0;
  }
  .story-2 article .article-content .summary {
    padding-top: 15px;
    margin-top: 30px;
  }
  .story-2 article .article-content .summary p {
    font-size: 14px;
    padding-left: 16px;
  }
  .story-2 article .article-content .box {
    display: block;
  }
  .story-2 article .article-content .box > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .story-2 article .article-content .box > div ~ div {
    margin-top: 30px;
  }
  .story-2 article.story2-1 .container {
    padding-left: 45px;
  }
  .story-2 article.story2-1 .container .cashback {
    width: 23px;
    left: 10px;
  }
  .story-2 article.story2-1 .container .article-content dl dd {
    padding-right: 5px;
  }
  .story-2 article:last-child {
    padding-bottom: 160px;
  }
}

/* story-top03 */
.story-top03 {
  background-color: #a8dde2;
}
.story-top03 .container-fluid > div.details .container small {
  color: #006ab6;
}
.story-top03 .container-fluid > div.details .container h3 {
  color: #333;
}
.story-top03 .container-fluid > div.details .container hr {
  background-color: #333;
}
.story-top03 .container-fluid > div.details .container p {
  color: #333;
}
.story-top03 .container-fluid > div.details .container span {
  color: #333;
}

/* story-3 */
.story-3 .container > ul > li > dl > dt {
  font-weight: bold;
  font-size: 26px;
  color: #006ab6;
}
.story-3 .container > ul > li > dl > dd {
  margin-top: 20px;
}
.story-3 .container > ul > li ~ li {
  margin-top: 60px;
}
.story-3 .container > figure {
  margin-top: 60px;
}
.story-3 .container > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .story-3 .container > ul > li > dl > dt {
    font-size: 20px;
  }
  .story-3 .container > ul > li > dl > dd {
    margin-top: 15px;
  }
  .story-3 .container > ul > li ~ li {
    margin-top: 30px;
  }
  .story-3 .container > figure {
    margin-top: 30px;
  }
}

/* story-top04 */
.story-top04 {
  background-color: #f0f0f0;
}
.story-top04 .container-fluid > div.details .container small {
  color: #000;
}
.story-top04 .container-fluid > div.details .container h3 {
  color: #333;
}
.story-top04 .container-fluid > div.details .container hr {
  background-color: #000;
}
.story-top04 .container-fluid > div.details .container p {
  color: #333;
}
.story-top04 .container-fluid > div.details .container span {
  color: #333;
}

/* story-4 */
.story-4 img {
  display: block;
  width: 100%;
}
.story-4 .caption {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.story-4 .caption b {
  font-weight: bold;
}
.story-4 .img-list {
  font-size: 0;
  width: 100%;
}
.story-4 .img-list > figure {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.story-4 .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.story-4 .box > div {
  display: table-cell;
  vertical-align: middle;
}
.story-4 .box > div.item-img {
  width: 40%;
  padding-right: 15px;
}
.story-4 .box > div.details {
  padding-left: 15px;
}
.story-4 dl dt {
  font-size: 26px;
  font-weight: bold;
}
.story-4 dl dd {
  margin-top: 20px;
}
.story-4 .dl-list {
  margin-top: 60px;
}
.story-4 .dl-list > li ~ li {
  margin-top: 60px;
}
.story-4 .figure-list {
  text-align: center;
  margin-top: 60px;
}
.story-4 .figure-list > ul {
  font-size: 0;
}
.story-4 .figure-list > ul > li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}
.story-4 .figure-list > ul > li figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.story-4 .table-layout {
  margin-top: 60px;
}
.story-4 .table-layout > ul {
  text-align: center;
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.story-4 .table-layout > ul > li {
  display: table-cell;
  vertical-align: bottom0;
  padding: 0 15px;
}
.story-4 .table-layout > ul > li > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.story-4 .table-layout > ul > li > figure figcaption {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .story-4 .caption {
    font-size: 16px;
    margin-top: 10px;
  }
  .story-4 .img-list > figure {
    display: block;
    width: 100%;
  }
  .story-4 .img-list > figure ~ figure {
    margin-top: 30px;
  }
  .story-4 .box {
    display: block;
  }
  .story-4 .box > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .story-4 .box > div ~ div {
    margin-top: 30px;
  }
  .story-4 dl dt {
    font-size: 20px;
  }
  .story-4 dl dd {
    margin-top: 15px;
  }
  .story-4 .dl-list {
    margin-top: 30px;
  }
  .story-4 .dl-list > li ~ li {
    margin-top: 30px;
  }
  .story-4 .figure-list > ul > li {
    display: block;
    padding: 0;
  }
  .story-4 .figure-list > ul > li ~ li {
    margin-top: 30px;
  }
  .story-4 .table-layout > ul {
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
  }
  .story-4 .table-layout > ul > li {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .story-4 .table-layout > ul > li:nth-of-type(2) ~ li {
    margin-top: 30px;
  }
  .story-4 .table-layout > ul > li:nth-of-type(2n + 1) {
    clear: left;
  }
}

/* page-intro */
.page-intro {
  position: relative;
  height: calc(100vh - 149px);
  min-height: 800px;
}
.page-intro .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-intro .backdrop img {
  display: none;
}
.page-intro .container {
  position: relative;
  z-index: 1;
  display: table;
  text-align: center;
  height: 100%;
}
.page-intro .container .v-align {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 100px;
}
.page-intro .container .v-align small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.page-intro .container .v-align h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}
.page-intro .container .v-align strong {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-top: 30px;
}
.page-intro .container .v-align p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
.page-intro .container .v-align .info {
  font-size: 0;
  margin-top: 30px;
  color: #fff;
}
.page-intro .container .v-align .info > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}
.page-intro .container .v-align .info > li:last-child {
  margin-right: 0;
}
.page-intro .container .v-align .info > li b {
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .page-intro {
    height: auto;
    min-height: auto;
    background-color: #21567d;
  }
  .page-intro .backdrop {
    position: static;
    height: auto;
    background: none;
  }
  .page-intro .backdrop img {
    display: block;
    width: 100%;
  }
  .page-intro .container {
    display: block;
    height: auto;
    padding: 30px 15px;
  }
  .page-intro .container .v-align {
    display: block;
    padding-bottom: 0;
  }
  .page-intro .container .v-align small {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-intro .container .v-align h3 {
    font-size: 26px;
  }
  .page-intro .container .v-align strong {
    font-size: 20px;
    margin-top: 15px;
  }
  .page-intro .container .v-align p {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-intro .container .v-align .info {
    margin-top: 15px;
  }
  .page-intro .container .v-align .info > li {
    font-size: 14px;
  }
}

/* cover-story */
.cover-story .container > ul > li {
  padding-bottom: 60px;
}
.cover-story .container > ul > li > dl > dt {
  font-size: 26px;
  font-weight: bold;
  color: #21567d;
}
.cover-story .container > ul > li > dl > dd {
  margin-top: 30px;
}
.cover-story .container > ul > li ~ li {
  padding-top: 60px;
  border-top: 1px solid #21567d;
}
@media (max-width: 1024px) {
  .cover-story .container > ul > li {
    padding-bottom: 30px;
  }
  .cover-story .container > ul > li dl dt {
    font-size: 20px;
  }
  .cover-story .container > ul > li dl dd {
    margin-top: 15px;
  }
  .cover-story .container > ul > li ~ li {
    padding-top: 30px;
  }
}

/* curation-top */
.curation-top {
  background-color: #f0f0f0;
}
.curation-top .container-fluid > div.details .container small {
  color: #000;
}
.curation-top .container-fluid > div.details .container h3 {
  color: #333;
}
.curation-top .container-fluid > div.details .container hr {
  background-color: #000;
}
.curation-top .container-fluid > div.details .container p {
  color: #333;
}
.curation-top .container-fluid > div.details .container span {
  color: #333;
}

/* curation */
.curation .container {
  max-width: 1030px;
}
.curation .container article .article-header {
  text-align: center;
  padding-bottom: 60px;
}
.curation .container article .article-header h3 {
  font-size: 30px;
  font-weight: 400;
}
.curation .container article .article-header h3 b {
  font-size: 34px;
  display: inline-block;
  font-weight: 900;
  border-bottom: 1px solid #333;
}
.curation .container article .article-content .box {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.curation .container article .article-content .box > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.curation .container article .article-content .box > div.item-img {
  width: 24%;
}
.curation .container article .article-content .item-img > figure img {
  display: block;
  width: 100%;
}
.curation .container article .article-content .item-img .summary {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #000;
}
.curation .container article .article-content .item-img .summary b {
  display: block;
  font-size: 15px;
  font-weight: 900;
}
.curation .container article .article-content .item-img .summary > ul {
  margin-top: 10px;
}
.curation .container article .article-content .item-img .summary > ul > li > dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.curation .container article .article-content .item-img .summary > ul > li > dl > dt, .curation .container article .article-content .item-img .summary > ul > li > dl dd {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
}
.curation .container article .article-content .item-img .summary > ul > li > dl dt {
  width: 70px;
  font-weight: bold;
}
.curation .container article .article-content .item-img .summary > ul > li ~ li {
  margin-top: 5px;
}
.curation .container article ~ article {
  margin-top: 100px;
}
.curation .container .together {
  margin-top: 100px;
  border-top: 3px solid #000;
  padding-top: 20px;
}
.curation .container .together h4 {
  font-size: 24px;
  font-weight: 900;
}
.curation .container .together > ul {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 30px -15px 0;
}
.curation .container .together > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.curation .container .together > ul > li > dl > dt {
  font-size: 18px;
  font-weight: 900;
  color: #55416a;
  line-height: 50px;
}
.curation .container .together > ul > li > dl > dt img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 50px;
}
.curation .container .together > ul > li > dl > dd {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
}
.curation .container .together > ul > li > dl > dd > div {
  display: table-cell;
  vertical-align: top;
}
.curation .container .together > ul > li > dl > dd > div img {
  width: 100%;
}
.curation .container .together > ul > li > dl > dd > div.img-frame {
  padding-right: 10px;
}
.curation .container .together > ul > li > dl > dd > div.info {
  padding-left: 10px;
}
.curation .container .together > ul > li > dl > dd > div.info > b {
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: bold;
}
.curation .container .together > ul > li > dl > dd > div.info > ul > li > dl {
  font-size: 15px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.curation .container .together > ul > li > dl > dd > div.info > ul > li > dl > dt, .curation .container .together > ul > li > dl > dd > div.info > ul > li > dl dd {
  display: table-cell;
  vertical-align: top;
}
.curation .container .together > ul > li > dl > dd > div.info > ul > li > dl > dt {
  width: 35px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .curation .container article .article-header {
    padding-bottom: 30px;
  }
  .curation .container article .article-header h3 {
    font-size: 20px;
  }
  .curation .container article .article-header h3 b {
    font-size: 26px;
  }
  .curation .container article .article-content .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .curation .container article .article-content .box > div {
    display: block;
    width: 100% !important;
  }
  .curation .container article .article-content .box > div.item-img {
    padding: 0 30px;
  }
  .curation .container article .article-content .box > div.details {
    padding: 0;
  }
  .curation .container article .article-content .item-img {
    margin-top: 30px;
    padding: 0 30px !important;
  }
  .curation .container article ~ article {
    margin-top: 60px;
  }
  .curation .container .together {
    margin-top: 60px;
    padding-top: 15px;
  }
  .curation .container .together h4 {
    font-size: 20px;
  }
  .curation .container .together > ul {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
  .curation .container .together > ul > li {
    display: block;
  }
  .curation .container .together > ul > li ~ li {
    margin-top: 30px;
  }
}

/* present-top */
.present-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.16);
}
.present-top .container-fluid {
  z-index: 2;
}
.present-top .container-fluid .v-align .inner > div {
  color: #fff;
}

/* present */
.present .container .caption {
  display: block;
  margin-top: 15px !important;
  text-align: right;
}
.present .container > figure img {
  display: block;
  width: 100%;
}
.present .container .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.present .container .box > div {
  display: table-cell;
  vertical-align: top;
}
.present .container .box > div.item-img {
  width: 30%;
  padding-left: 15px;
}
.present .container .box > div.item-img img {
  display: block;
  width: 100%;
}
.present .container .box > div.details {
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .present .container .box {
    display: block;
  }
  .present .container .box > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .present .container .box > div.item-img {
    margin-top: 30px;
  }
}
.present .container .dl-list {
  margin-top: 60px;
}
.present .container .dl-list > li b {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.present .container .dl-list > li b ~ b {
  margin-top: 60px;
}
.present .container .dl-list > li p {
  margin-top: 30px;
}
.present .container .dl-list > li > dl > dt {
  font-size: 26px;
  font-weight: bold;
}
.present .container .dl-list > li > dl > dd {
  margin-top: 30px;
}
.present .container .dl-list > li ~ li {
  margin-top: 60px;
}
.present .container .img-list {
  font-size: 0;
  margin-top: 60px;
}
.present .container .img-list > figure {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.present .container .img-list > figure img {
  display: block;
}
.present .container .img-list > figure:nth-of-type(1) {
  padding-right: 15px;
}
.present .container .img-list > figure:nth-of-type(2) {
  padding-left: 15px;
}
.present .container .img-list .caption {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .present .container .caption {
    margin-top: 10px !important;
  }
  .present .container .dl-list > li b {
    font-size: 20px;
  }
  .present .container .dl-list > li p {
    margin-top: 20px;
  }
  .present .container .dl-list > li > dl > dt {
    font-size: 20px;
  }
  .present .container .dl-list > li > dl > dd {
    margin-top: 20px;
  }
  .present .container .dl-list > li ~ li {
    margin-top: 30px;
  }
  .present .container .img-list {
    margin-top: 30px;
  }
  .present .container .img-list > figure {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .present .container .img-list > figure ~ figure {
    margin-top: 10px;
  }
  .present .container .img-list .caption {
    font-size: 16px;
  }
}

/* message-wrap */
.message-wrap {
  margin-top: 100px;
  border-bottom: 1px solid #000;
}
.message-wrap > div {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.message-wrap > div > div {
  display: table-cell;
  vertical-align: bottom;
}
.message-wrap > div > div small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #f16668;
}
.message-wrap > div > div b {
  display: block;
  font-weight: 900;
}
.message-wrap > div > div.item-img {
  width: 30%;
  padding-right: 30px;
}
.message-wrap > div > div.item-img img {
  display: block;
  max-width: 100%;
}
.message-wrap > div > div.item-img .info {
  display: none;
}
.message-wrap > div > div.details {
  position: relative;
  padding-left: 30px;
  padding-bottom: 60px;
}
.message-wrap > div > div.details > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  max-width: 240px;
  transform: rotate(20deg);
}
.message-wrap > div > div.details .message {
  position: relative;
  padding: 30px;
  background-color: #fff1d0;
  border-radius: 10px;
  margin-top: 60px;
}
.message-wrap > div > div.details .message img {
  position: absolute;
  top: -30px;
  left: 30px;
  display: block;
  max-width: 100%;
  height: 60px;
}
.message-wrap > div > div.details .message p {
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #949390;
  text-underline-offset: 15px;
  text-decoration-thickness: 1px;
  text-decoration-style: wavy;
}
@media (max-width: 1024px) {
  .message-wrap {
    margin-top: 60px;
  }
  .message-wrap > div {
    display: block;
  }
  .message-wrap > div > div {
    display: block;
    width: 100%;
  }
  .message-wrap > div > div.item-img {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .message-wrap > div > div.item-img img {
    display: inline-block;
    width: 165px;
    vertical-align: top;
  }
  .message-wrap > div > div.item-img .info {
    position: absolute;
    top: 0;
    left: 200px;
    display: block;
    vertical-align: top;
  }
  .message-wrap > div > div.details {
    padding: 0;
  }
  .message-wrap > div > div.details > img {
    top: -130px;
    width: 140px;
  }
  .message-wrap > div > div.details .info {
    display: none;
  }
  .message-wrap > div > div.details .message {
    margin-top: 0;
  }
  .message-wrap > div > div.details .message > img {
    width: 80%;
  }
  .message-wrap > div > div.details .message p {
    font-size: 16px;
    line-height: 30px;
    text-underline-offset: 7px;
  }
}/*# sourceMappingURL=action.css.map */