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

/* page-header */
.page-header {
  overflow: hidden;
  height: calc(100vh - 149px);
}
.page-header .container-fluid {
  position: relative;
  height: 100%;
  display: table;
  table-layout: fixed;
  padding: 0;
}
.page-header .container-fluid > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-header .container-fluid > div.item-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-header .container-fluid > div.item-img .backdrop {
  display: none;
}
.page-header .container-fluid > div.item-img .backdrop img {
  display: block;
  width: 100%;
}
.page-header .container-fluid > div.details .container {
  padding: 0 50px;
}
.page-header .container-fluid > div.details .container small {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #e4ff00;
}
.page-header .container-fluid > div.details .container h3 {
  display: block;
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: 900;
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: #fff;
}
.page-header .container-fluid > div.details .container p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.page-header .container-fluid > div.details .container span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container span b {
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
}
.page-header .container-fluid > div.details .container span b ~ b {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .page-header {
    height: auto;
  }
  .page-header .container-fluid {
    display: block;
  }
  .page-header .container-fluid > div {
    display: block;
    width: 100%;
  }
  .page-header .container-fluid > div.item-img .backdrop {
    display: block;
    width: 100%;
  }
  .page-header .container-fluid > div.details {
    padding: 30px 0;
  }
  .page-header .container-fluid > div.details .container {
    padding: 0 15px;
  }
  .page-header .container-fluid > div.details .container small {
    font-size: 14px;
  }
  .page-header .container-fluid > div.details .container h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
  .page-header .container-fluid > div.details .container hr {
    margin: 30px 0;
  }
  .page-header .container-fluid > div.details .container p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-header .container-fluid > div.details .container span {
    font-size: 14px;
  }
}

/* sub-util */
.sub-util {
  text-align: center;
  padding: 30px 0;
}
.sub-util .container {
  font-size: 0;
}
.sub-util .container .emotion-list {
  display: inline-block;
  vertical-align: top;
  padding: 10.5px 50px;
  border-radius: 100px;
  border: 1px solid #b2b2b2;
  background-color: #f5f5f5;
}
.sub-util .container .emotion-list > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.sub-util .container .emotion-list > li:last-child {
  margin-right: 0;
}
.sub-util .container .emotion-list > li > a {
  display: block;
}
.sub-util .container .emotion-list > li > a > div {
  display: inline-block;
  vertical-align: top;
}
.sub-util .container .emotion-list > li > a > div.ico-img img {
  display: block;
  max-width: 100%;
}
.sub-util .container .emotion-list > li > a > div.details {
  padding-top: 10px;
  padding-left: 10px;
}
.sub-util .container .emotion-list > li > a > div.details p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}
.sub-util .container .emotion-list > li > a > div.details p b {
  font-size: 18px;
  font-weight: bold;
}
.sub-util .container .btn-area {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.sub-util .container .btn-area > .btn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto auto;
  margin-right: 10px;
}
.sub-util .container .btn-area > .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .sub-util .container .emotion-list {
    display: block;
    width: calc(100% + 10px);
    padding: 0;
    border: 0;
    margin: 0 -5px;
    background: none;
  }
  .sub-util .container .emotion-list > li {
    margin-right: 0;
    padding: 0 10px 0 5px;
    margin-bottom: 10px;
  }
  .sub-util .container .emotion-list > li > a {
    padding: 5px;
    border: 1px solid #b2b2b2;
    background-color: #f5f5f5;
    border-radius: 100px;
  }
  .sub-util .container .emotion-list > li > a > div.ico-img img {
    width: 24px;
  }
  .sub-util .container .emotion-list > li > a > div.details {
    padding-top: 5px;
    padding-left: 5px;
  }
  .sub-util .container .emotion-list > li > a > div.details p {
    font-size: 12px;
    line-height: 16px;
  }
  .sub-util .container .emotion-list > li > a > div.details p b {
    font-size: 14px;
  }
  .sub-util .container .btn-area .btn {
    width: 34px;
    height: 34px;
    background-size: 60% auto;
  }
}

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

.section-header {
  color: #000;
  text-align: center;
  padding-bottom: 60px;
}
.section-header small {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.section-header h3 {
  font-size: 30px;
  font-weight: 900;
}
.section-header p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.section-header span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .section-header {
    padding-bottom: 30px;
  }
  .section-header small {
    font-size: 14px;
  }
  .section-header h3 {
    font-size: 26px;
  }
  .section-header p {
    font-size: 18px;
    margin-top: 15px;
  }
  .section-header span {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* highlight */
.highlight {
  display: inline !important;
  background-size: 0% 50%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.highlight.active {
  background-size: 100% 50%;
}

.visible-sm {
  display: none !important;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-lg {
  display: block;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none !important;
  }
}

br.d-block {
  display: block !important;
}

figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
figure .caption {
  margin-top: 10px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* page-controls */
#content {
  position: relative;
}
#content .page-controls {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#content .page-controls .container {
  overflow: hidden;
}
#content .page-controls .container > a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border-radius: 100px;
  padding: 0 15px;
  background-color: #333;
}
#content .page-controls .container > a.btn-page-prev {
  float: left;
}
#content .page-controls .container > a.btn-page-next {
  float: right;
}
#content .page-controls.white .container > a {
  color: #333;
  background-color: #fff;
}
@media (max-width: 1024px) {
  #content .page-controls {
    bottom: 70px;
  }
  #content .page-controls .container > a {
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
  }
}

/* cover-story */
.cover-story {
  background-color: #fffbef;
}
.cover-story .section-header {
  position: relative;
  text-align: center;
}
.cover-story .section-header h3 {
  font-size: 100px;
  color: #241812;
  font-weight: 900;
}
.cover-story .section-header h3 span {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  margin: 0;
  font-weight: 900;
}
.cover-story .section-header h3 span:nth-of-type(1) {
  color: #e55e57;
}
.cover-story .section-header h3 span:nth-of-type(2) {
  color: #128358;
}
.cover-story .section-header h3 span:nth-of-type(3) {
  color: #f5b71b;
}
.cover-story .section-header h3 sup {
  display: inline;
  font-size: 30px;
}
.cover-story .section-header strong {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.cover-story .section-header p {
  font-weight: 400;
}
.cover-story .section-header figure {
  display: block;
  margin-top: 30px;
}
.cover-story .section-header figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.cover-story .section-header span b {
  font-weight: bold;
}
.cover-story .section-content .summary-list > ul > li > dl > dt {
  font-size: 26px;
  font-weight: bold;
  color: #e55e57;
}
.cover-story .section-content .summary-list > ul > li > dl > dd {
  margin-top: 30px;
}
.cover-story .section-content .summary-list > ul > li ~ li {
  margin-top: 60px;
}
.cover-story .section-content .img-list {
  margin-top: 60px;
}
.cover-story .section-content .img-list ul {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.cover-story .section-content .img-list ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.cover-story .section-content .img-list ul > li figure {
  display: block;
}
.cover-story .section-content .img-list ul > li figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .cover-story .section-header h3 {
    font-size: 40px;
  }
  .cover-story .section-header h3 sup {
    font-size: 16px;
  }
  .cover-story .section-header strong {
    font-size: 26px;
  }
  .cover-story .section-header figure img {
    max-width: 300px;
  }
  .cover-story .section-content .summary-list > ul > li > dl > dt {
    font-size: 20px;
  }
  .cover-story .section-content .summary-list > ul > li > dl > dd {
    margin-top: 15px;
  }
  .cover-story .section-content .summary-list > ul > li ~ li {
    margin-top: 30px;
  }
  .cover-story .section-content .img-list > ul {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .cover-story .section-content .img-list > ul > li {
    float: left;
    width: 50%;
    padding: 0;
  }
  .cover-story .section-content .img-list > ul > li:nth-of-type(2n + 1) {
    padding-right: 10px;
    clear: left;
  }
  .cover-story .section-content .img-list > ul > li:nth-of-type(2n + 2) {
    padding-left: 10px;
  }
  .cover-story .section-content .img-list > ul > li:nth-of-type(2) ~ li {
    margin-top: 20px;
  }
}/*# sourceMappingURL=sub.css.map */