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: 400;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
  padding-top: 148px;
}
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;
  }
}

/* ceo-wrap */
.ceo-wrap {
  position: relative;
}
.ceo-wrap .bg-colors {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: absolute;
  left: 0;
  width: 100%;
}
.ceo-wrap .bg-colors > span {
  display: table-cell;
  vertical-align: top;
  height: 20px;
}
.ceo-wrap .bg-colors > span:nth-of-type(1) {
  background-color: #456664;
}
.ceo-wrap .bg-colors > span:nth-of-type(2) {
  background-color: #9f3c41;
}
.ceo-wrap .bg-colors > span:nth-of-type(3) {
  background-color: #584d50;
}
.ceo-wrap .bg-colors > span:nth-of-type(4) {
  background-color: #3b4e5a;
}
.ceo-wrap .bg-colors > span:nth-of-type(5) {
  background-color: #466765;
}
.ceo-wrap .bg-colors > span:nth-of-type(6) {
  background-color: #9f3c41;
}
.ceo-wrap .bg-colors.top {
  top: 0;
}
.ceo-wrap .bg-colors.bottom {
  bottom: 0;
}
.ceo-wrap .bg-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.ceo-wrap .bg-1 img {
  display: block;
  max-width: 100%;
}
.ceo-wrap .bg-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.ceo-wrap .bg-2 img {
  display: block;
  max-width: 100%;
}
.ceo-wrap .bg-area {
  position: absolute;
}
.ceo-wrap .bg-area img {
  display: block;
  max-width: 100%;
}
.ceo-wrap .bg-area.bg-3 {
  top: 30%;
  left: 100px;
}
.ceo-wrap .bg-area.bg-4 {
  bottom: 40%;
  right: 100px;
}
@media (max-width: 1024px) {
  .ceo-wrap .bg-1 {
    display: none;
  }
  .ceo-wrap .bg-2 {
    display: none;
  }
  .ceo-wrap .bg-area {
    display: none;
  }
}

.ceo .container .section-header {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ceo .container .section-header > div {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.ceo .container .section-header > div small {
  font-size: 24px;
}
.ceo .container .section-header > div h3 {
  font-size: 40px;
  color: #29586f;
}
.ceo .container .section-header > div.item-img {
  width: 400px;
  padding-left: 60px;
}
.ceo .container .section-header > div.item-img img {
  position: relative;
  top: 12px;
  display: block;
  max-width: 100%;
}
.ceo .container .section-header > div.item-img figure {
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  border-radius: 50%;
  border: 1px solid #9d937d;
}
.ceo .container .section-content article .article-header {
  padding-bottom: 40px;
}
.ceo .container .section-content article .article-header .line {
  position: relative;
}
.ceo .container .section-content article .article-header .line img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ceo .container .section-content article .article-header .line:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 20px);
  height: 2px;
  content: "";
  margin-top: -2px;
  background-color: #9d937d;
}
.ceo .container .section-content article .article-header .line:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 20px);
  height: 2px;
  content: "";
  margin-top: -2px;
  background-color: #9d937d;
}
.ceo .container .section-content article .article-header h4 {
  font-size: 24px;
  font-weight: bold;
  color: #29586f;
  margin-top: 30px;
}
.ceo .container .section-content article .article-content p {
  font-weight: 500;
}
.ceo .container .section-content article .article-content p ~ p {
  margin-top: 30px;
}
.ceo .container .section-content article .article-content small {
  font-weight: 500;
}
.ceo .container .section-content article .article-content .writer-info {
  margin-top: 40px;
  text-align: right;
}
.ceo .container .section-content article .article-content .writer-info .date {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.ceo .container .section-content article .article-content .writer-info dl {
  margin-top: 20px;
}
.ceo .container .section-content article .article-content .writer-info dl dt, .ceo .container .section-content article .article-content .writer-info dl dd {
  display: inline-block;
  vertical-align: bottom;
}
.ceo .container .section-content article .article-content .writer-info dl dt {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}
.ceo .container .section-content article .article-content .writer-info dl dd img {
  display: block;
  max-width: 200px;
}
.ceo .container .section-content article ~ article {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .ceo .container .section-header {
    display: block;
  }
  .ceo .container .section-header > div {
    display: block;
    text-align: center;
    width: 100% !important;
    padding: 0 !important;
  }
  .ceo .container .section-header > div ~ div {
    margin-top: 30px;
  }
  .ceo .container .section-header > div small {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ceo .container .section-header > div h3 {
    font-size: 26px;
  }
  .ceo .container .section-content article .article-header {
    padding-bottom: 20px;
  }
  .ceo .container .section-content article .article-header h4 {
    font-size: 20px;
    margin-top: 10px;
  }
  .ceo .container .section-content article .article-content p ~ p {
    margin-top: 20px;
  }
  .ceo .container .section-content article .article-content .writer-info dl dd img {
    width: 120px;
  }
}

/* special-1 */
.special-1 {
  background-color: #fbdbc0;
}
.special-1 .container .section-content .img-1 {
  margin-bottom: 60px;
}
.special-1 .container .section-content .img-1 img {
  display: block;
  width: 100%;
}
.special-1 .container .section-content dl ~ dl {
  margin-top: 60px;
}
.special-1 .container .section-content dt {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.special-1 .container .section-content dt span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  background-color: #000;
}
.special-1 .container .section-content .attention {
  position: relative;
  padding-top: 20px;
  margin-top: 60px;
}
.special-1 .container .section-content .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  content: "";
  border-top: 1px solid #000;
}
.special-1 .container .section-content .attention > ol > li {
  position: relative;
  padding-left: 20px;
  counter-increment: list-index;
}
.special-1 .container .section-content .attention > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-index) ".";
}
.special-1 .container .section-content .w-100 {
  display: block;
  margin-top: 60px;
}
.special-1 .container .section-content .w-100 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.special-1 .container .section-content .circle-list {
  margin-top: 60px;
}
.special-1 .container .section-content .circle-list > li b {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  background-color: #00a29a;
  margin-bottom: 30px;
}
.special-1 .container .section-content .circle-list > li ~ li {
  margin-top: 60px;
}
.special-1 .container .section-content .summary-txt {
  margin-top: 60px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.special-1 .container .section-content .target {
  margin-top: 60px;
}
.special-1 .container .section-content .target strong {
  display: block;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.special-1 .container .section-content .target small {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin: -30px 0 30px;
}
.special-1 .container .section-content .target .unit {
  font-size: 16px;
  display: block;
  color: #777;
  margin-bottom: 20px;
}
.special-1 .container .section-content .target > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.special-1 .container .section-content .target > ul > li {
  display: table-cell;
  vertical-align: top;
}
.special-1 .container .section-content .target > ul > li figure img {
  display: block;
  width: 100%;
}
.special-1 .container .section-content .target > ul > li figure figcaption {
  font-size: 16px;
  color: #777;
  margin-top: 30px;
}
.special-1 .container .section-content .target > ul > li figure figcaption span {
  display: block;
  margin-top: 20px;
  text-align: right;
}
.special-1 .container .section-content .target > ul > li:first-child {
  padding-right: 15px;
}
.special-1 .container .section-content .target > ul > li:last-child {
  padding-left: 15px;
}
.special-1 sub {
  font-size: 12px;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .special-1 .container .section-content dl {
    margin-top: 30px;
  }
  .special-1 .container .section-content dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .special-1 .container .section-content .attention {
    margin-top: 30px;
  }
  .special-1 .container .section-content .w-1000 {
    margin-top: 30px;
  }
  .special-1 .container .section-content .summary-txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .special-1 .container .section-content .circle-list > li b {
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .special-1 .container .section-content .target strong {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .special-1 .container .section-content .target small {
    font-size: 18px;
  }
  .special-1 .container .section-content .target .unit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .special-1 .container .section-content .target > ul {
    display: block;
  }
  .special-1 .container .section-content .target > ul > li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .special-1 .container .section-content .target > ul > li ~ li {
    margin-top: 30px;
  }
  .special-1 .container .section-content .target > ul > li figure figcaption {
    font-size: 14px;
  }
}

/* special-header2 */
.page-header.special-header1 {
  background-color: #e94912;
}
.page-header.special-header1 .container-fluid > div.details .container small {
  color: #fff;
}
.page-header.special-header1 .container-fluid > div.details .container h3 {
  color: #fff;
}
.page-header.special-header1 .container-fluid > div.details .container hr {
  background-color: #fff;
}
.page-header.special-header1 .container-fluid > div.details .container p {
  color: #fff;
}
.page-header.special-header1 .container-fluid > div.details .container span {
  color: #fff;
}
.page-header.special-header2 {
  background-color: #f1f0f0;
}
.page-header.special-header2 .container-fluid > div.details .container small {
  color: #00a29a;
}
.page-header.special-header2 .container-fluid > div.details .container h3 {
  color: #00a29a;
}
.page-header.special-header2 .container-fluid > div.details .container hr {
  background-color: #00a29a;
}
.page-header.special-header2 .container-fluid > div.details .container p {
  color: #00a29a;
}
.page-header.special-header2 .container-fluid > div.details .container span {
  color: #00a29a;
}

/* special-2 */
.special-2 {
  background-color: #00acab;
}
.special-2 .container .section-content {
  color: #fff;
}
.special-2 .container .section-content > b {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.special-2 .container .section-content > b ~ b {
  margin-top: 60px;
}
.special-2 .container .section-content dl ~ dl {
  margin-top: 60px;
}
.special-2 .container .section-content dt {
  display: inline-block;
  font-size: 24px;
  color: #e94912;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #fff;
}
.special-2 .container .section-content dd {
  color: #fff;
}
.special-2 .container .section-content .attention {
  position: relative;
  padding-top: 20px;
  margin-top: 60px;
}
.special-2 .container .section-content .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  content: "";
  border-top: 1px solid #fff;
}
.special-2 .container .section-content .attention p {
  position: relative;
  padding-left: 15px;
}
.special-2 .container .section-content .attention p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.special-2 .container .section-content .figure-list {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .special-2 .container .section-content > b {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .special-2 .container .section-content > b ~ b {
    margin-top: 30px;
  }
  .special-2 .container .section-content dl {
    margin-top: 30px;
  }
  .special-2 .container .section-content dt {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .special-2 .container .section-content .attention {
    margin-top: 20px;
  }
  .special-2 .container .section-content .figure-list {
    margin-top: 30px;
  }
}

/* issue-top */
.issue-top {
  background-color: #80756a;
}
.issue-top .container-fluid > div.item-img .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.issue-top .container-fluid > div.details .container small {
  color: #fff;
}
.issue-top .container-fluid > div.details .container strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .issue-top .container-fluid > div.details .container strong {
    font-size: 18px;
  }
}

/* issue */
.issue .img-list {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.issue .img-list > figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.issue .img-list > figure img {
  display: block;
  width: 100%;
}
.issue .img-list > figure figcaption {
  font-size: 16px;
  color: #000;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .issue .img-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .issue .img-list > figure {
    display: block;
    padding: 0;
  }
  .issue .img-list > figure ~ figure {
    margin-top: 20px;
  }
}

.figure-list {
  overflow: hidden;
}
.figure-list > figure {
  float: left;
  width: 50%;
}
.figure-list > figure img {
  display: block;
  width: 100%;
}
.figure-list > figure:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 15px;
}
.figure-list > figure:nth-of-type(2n + 2) {
  padding-left: 15px;
}
.figure-list > figure:nth-of-type(2) ~ figure {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .figure-list > figure {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .figure-list > figure ~ figure {
    margin-top: 20px;
  }
}

.table-list {
  display: table;
  width: calc(100% + 30px);
  height: 100%;
  table-layout: fixed;
  margin: 0 -15px;
}
.table-list > div {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  height: 100%;
}
.table-list > div.figure {
  width: 30%;
}
.table-list > div.figure > div {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.table-list > div.figure > img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .table-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .table-list > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .table-list > div.figure > div {
    display: none;
  }
  .table-list > div.figure img {
    display: block;
    width: 100%;
  }
  .table-list > div ~ div {
    margin-top: 30px;
  }
}

/* issue-1 */
.issue-1 .container > figure {
  margin-top: 60px;
}
.issue-1 .container > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.issue-1 .container > figure figcaption {
  text-align: right;
  margin-top: 10px;
}
.issue-1 .container p {
  margin-top: 60px;
}
.issue-1 .container dl {
  margin-top: 60px;
}
.issue-1 .container dl dt {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
.issue-1 .container dl dt.line-none {
  text-decoration: none;
}
.issue-1 .container small {
  position: relative;
  display: block;
  padding-left: 10px;
}
.issue-1 .container small:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
@media (max-width: 1024px) {
  .issue-1 .container > figure {
    margin-top: 30px;
  }
  .issue-1 .container dl, .issue-1 .container p {
    margin-top: 30px;
  }
}

/* issue-2 */
.issue-2 .container > figure {
  margin-top: 60px;
}
.issue-2 .container > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.issue-2 .container dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.issue-2 .container dl dd {
  overflow: hidden;
}
.issue-2 .container dl dd figure {
  float: left;
  width: 40%;
  padding: 5px;
  background-color: #80756a;
}
.issue-2 .container dl dd figure img {
  display: block;
  max-width: 100%;
}
.issue-2 .container dl dd p {
  float: left;
  vertical-align: top;
  width: 60%;
  padding-left: 30px;
}
.issue-2 .container dl ~ dl {
  margin-top: 60px;
}
.issue-2 .container .inline-figure {
  text-align: center;
  margin-top: 60px;
}
.issue-2 .container .inline-figure > figure {
  display: inline-block;
  text-align: left;
}
.issue-2 .container .inline-figure > figure img {
  display: block;
  max-width: 100%;
}
.issue-2 .container .inline-figure > figure figcaption {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
.issue-2 .container .inline-figure > figure figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 2px;
  content: "";
  display: block;
  background-color: #80756a;
}
.issue-2 .container .inline-figure > figure figcaption > ol > li {
  position: relative;
  padding-left: 20px;
}
.issue-2 .container .inline-figure > figure figcaption > ol > li span {
  position: absolute;
  top: 0;
  left: 0;
}
.issue-2 .container .inline-figure > figure figcaption > ol > li ~ li {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .issue-2 .container > figure {
    margin-top: 30px;
  }
  .issue-2 .container dl dd figure {
    width: 100%;
    float: none;
  }
  .issue-2 .container dl dd figure img {
    width: 100%;
  }
  .issue-2 .container dl dd p {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .issue-2 .container dl ~ dl {
    margin-top: 30px;
  }
  .issue-2 .container .inline-figure {
    margin-top: 30px;
  }
  .issue-2 .container .inline-figure figure figcaption {
    margin-top: 20px;
    padding-top: 15px;
  }
}

.page-top.issue-2 .container-fluid .v-align .inner {
  color: #fff;
}
@media (max-width: 1024px) {
  .page-top.issue-2 .container-fluid .v-align .inner {
    color: #000;
  }
}
.page-top.issue-2 .container-fluid .v-align .inner strong {
  display: block;
  margin-top: 30px;
  font-size: 26px;
}
.page-top.issue-2 .container-fluid .v-align .inner h3 {
  margin-top: 0;
}

/* issue-3 */
.issue-3 {
  background-color: #80756a;
}
.issue-3 .container .section-header {
  color: #fff;
}
.issue-3 .container .section-header small {
  font-size: 20px;
}
.issue-3 .container .section-header strong {
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 20px;
}
.issue-3 .container .section-header p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.issue-3 .container .section-header span {
  margin-top: 60px;
}
.issue-3 .container .section-header span b {
  font-weight: bold;
}
.issue-3 .container .section-content dt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.issue-3 .container .section-content dt small {
  font-weight: 300;
}
.issue-3 .container .section-content dd {
  color: #fff;
}
.issue-3 .container .section-content dd figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.issue-3 .container .section-content dd figure figcaption span {
  color: #fff;
  display: block;
  margin-top: 10px;
}
.issue-3 .container .section-content dl ~ dl {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-3 .container .section-header strong {
    font-size: 20px;
    margin-top: 10px;
  }
  .issue-3 .container .section-header p {
    font-size: 16px;
  }
  .issue-3 .container .section-header span {
    margin-top: 30px;
  }
  .issue-3 .container .section-content dt small {
    display: block;
  }
  .issue-3 .container .section-content figure img ~ img {
    margin-top: 30px;
  }
}

/* issue-4 */
.issue-4 {
  color: #fff;
  background-color: #80756a;
}
.issue-4 .container .section-header {
  color: #fff;
}
.issue-4 .container .section-header small {
  font-size: 20px;
}
.issue-4 .container .section-header p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.issue-4 .container .section-header span {
  margin-top: 60px;
}
.issue-4 .container .section-header span b {
  font-weight: bold;
}
.issue-4 .container .section-content > ol {
  max-width: 860px;
  margin: 60px auto 0;
}
.issue-4 .container .section-content > ol > li {
  position: relative;
}
.issue-4 .container .section-content > ol > li dl {
  max-width: 600px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #fff;
}
.issue-4 .container .section-content > ol > li dl dt {
  font-size: 24px;
  font-weight: bold;
}
.issue-4 .container .section-content > ol > li dl dd {
  margin-top: 10px;
}
.issue-4 .container .section-content > ol > li .icon-img {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.issue-4 .container .section-content > ol > li .icon-img img {
  display: block;
  max-width: 100%;
}
.issue-4 .container .section-content > ol > li ~ li {
  padding-top: 30px;
}
.issue-4 .container .section-content > ol > li:last-child dl {
  border-bottom: 0;
  padding-bottom: 0;
}
.issue-4 .container .section-content article {
  margin-top: 100px;
}
.issue-4 .container .section-content article .article-header {
  text-align: center;
  padding-bottom: 30px;
}
.issue-4 .container .section-content article .article-header h4 {
  font-size: 30px;
  font-weight: bold;
}
.issue-4 .container .section-content article .article-content > dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.issue-4 .container .section-content article .article-content > dl dd {
  line-height: 1.8;
}
.issue-4 .container .section-content article .article-content > dl dd .table {
  display: table;
  width: calc(100% + 30px);
  height: 100%;
  margin: 0 -15px;
  table-layout: fixed;
}
.issue-4 .container .section-content article .article-content > dl dd .table > div {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding: 0 15px;
}
.issue-4 .container .section-content article .article-content > dl dd .table > div.item-img {
  font-size: 0;
  /*width: 40%;*/
}
.issue-4 .container .section-content article .article-content > dl dd .table > div.item-img .caption-title {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  background-color: #1b0902;
}
.issue-4 .container .section-content article .article-content > dl dd .table > div.item-img .backdrop {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 26px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.issue-4 .container .section-content article .article-content > dl dd .table > div.item-img figure {
  display: none;
}
.issue-4 .container .section-content article .article-content > dl ~ dl {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-4 .container .section-header p {
    font-size: 16px;
  }
  .issue-4 .container .section-header span {
    margin-top: 30px;
  }
  .issue-4 .container .section-content > ol > li {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #fff;
  }
  .issue-4 .container .section-content > ol > li dl {
    text-align: left;
    border-bottom: 0;
    padding: 0;
  }
  .issue-4 .container .section-content > ol > li .icon-img {
    display: inline-block;
    position: static;
    margin-top: 30px;
    transform: none;
  }
  .issue-4 .container .section-content > ol > li .icon-img img {
    max-width: 150px;
    margin: 0 auto;
  }
  .issue-4 .container .section-content > ol > li ~ li {
    padding-top: 30px;
  }
  .issue-4 .container .section-content > ol > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .issue-4 .container .section-content article {
    margin-top: 60px;
  }
  .issue-4 .container .section-content article .article-header h4 {
    font-size: 24px;
  }
  .issue-4 .container .section-content article .article-content dl dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .issue-4 .container .section-content article .article-content dl dd .table {
    display: block;
    width: 100%;
    margin: 0;
  }
  .issue-4 .container .section-content article .article-content dl dd .table > div {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .issue-4 .container .section-content article .article-content dl dd .table > div.item-img .backdrop {
    display: none;
  }
  .issue-4 .container .section-content article .article-content dl dd .table > div.item-img figure {
    display: block;
    width: 100%;
  }
  .issue-4 .container .section-content article .article-content dl dd .table > div.item-img figure img {
    display: block;
    width: 100%;
  }
  .issue-4 .container .section-content article .article-content dl dd .table > div ~ div {
    margin-top: 30px;
  }
}

/* issue-5 */
.issue-5 .img-list {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .issue-5 .img-list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* issue-6 */
.issue-6 article p {
  margin-top: 20px;
}
.issue-6 article ~ article {
  margin-top: 100px;
}
.issue-6 .item-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.issue-6 .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.issue-6 .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 20px -15px 0;
}
.issue-6 .figure-list > div {
  display: table-cell;
  padding: 0 15px;
}
.issue-6 .figure-list.type-2 > div:last-child {
  width: 54.7%;
}
@media (max-width: 1024px) {
  .issue-6 .figure-list {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .issue-6 .figure-list > div {
    display: block;
    padding: 0;
  }
  .issue-6 .figure-list > div ~ div {
    margin-top: 20px;
  }
  .issue-6 .figure-list.type-2 {
    margin: 20px auto 0;
  }
  .issue-6 .figure-list.type-2 > div {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .issue-6 article ~ article {
    margin-top: 60px;
  }
}

/* issue-7 */
.issue-7 .table-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-7 .table-list {
    margin-top: 30px;
  }
}

/* issue-8 */
.issue-8 .content-wrap {
  padding: 30px;
  border: 1px solid #000;
}
@media (max-width: 1024px) {
  .issue-8 .content-wrap {
    padding: 15px;
  }
}
.issue-8 article p {
  margin-top: 20px;
}
.issue-8 article ~ article {
  margin-top: 100px;
}
.issue-8 .item-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.issue-8 .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.issue-8 .figure-list {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 20px -15px 0;
}
.issue-8 .figure-list > div {
  display: table-cell;
  padding: 0 15px;
}
.issue-8 .figure-list.type-2 > div:last-child {
  width: 54.7%;
}
@media (max-width: 1024px) {
  .issue-8 .figure-list {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .issue-8 .figure-list > div {
    display: block;
    padding: 0;
  }
  .issue-8 .figure-list > div ~ div {
    margin-top: 20px;
  }
  .issue-8 .figure-list.type-2 {
    margin: 20px auto 0;
  }
  .issue-8 .figure-list.type-2 > div {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .issue-8 article ~ article {
    margin-top: 60px;
  }
}

.issue-12 .container > p {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .issue-12 .container p {
    margin-bottom: 30px;
  }
}

.issue-13 dl {
  margin-top: 60px;
}
.issue-13 dl dt {
  font-size: 26px;
  font-weight: bold;
}
.issue-13 dl dd {
  margin-top: 20px;
}
.issue-13 dl dd > ul > li ~ li {
  margin-top: 10px;
}
.issue-13 .figure-list {
  margin-top: 60px;
}
.issue-13 .figure-list ~ .figure-list {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .issue-13 .figure-list {
    margin-top: 30px;
  }
  .issue-13 .figure-list ~ .figure-list {
    margin-top: 20px;
  }
}

.issue-14 .figure-list2 {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
}
.issue-14 .figure-list2 > * {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.issue-14 .figure-list2.type-1 figure:last-child {
  width: 69.6%;
}
.issue-14 .figure-list2.type-2 figure:last-child {
  width: 48.5%;
}
.issue-14 .figure-list2.type-3 figure:last-child {
  width: 50.7%;
}
@media (max-width: 1024px) {
  .issue-14 .figure-list2 {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .issue-14 .figure-list2 > * {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .issue-14 .figure-list2 figure ~ figure {
    margin-top: 30px;
  }
}

/* campaign */
.campaign {
  color: #271200;
  background-color: #fdd10b;
}

/* campaign-header */
.campaign-header {
  position: relative;
  overflow: hidden;
}
.campaign-header .top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto auto;
}
.campaign-header .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto auto;
}
.campaign-header .item-img {
  display: none;
}
.campaign-header .container-fluid {
  display: table;
  table-layout: fixed;
  padding: 0;
  height: calc(100vh - 149px);
}
.campaign-header .container-fluid .details {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto calc(100% - 50px);
}
.campaign-header .container-fluid .details .container p {
  font-size: 60px;
  line-height: 1.2;
  display: block;
  font-weight: 900;
}
.campaign-header .container-fluid .details .container p span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 5px;
  background-color: #271200;
}
.campaign-header .container-fluid .details .container p ~ p {
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .campaign-header .container-fluid {
    height: calc(100vh - 79px);
  }
  .campaign-header .container-fluid .details {
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 100px;
    background-position: 90% 0;
    background-size: auto 70%;
  }
  .campaign-header .container-fluid .details .container p {
    font-size: 30px;
  }
}

/* campaign-wrap */
.campaign-wrap .section-header {
  position: relative;
  text-align: left;
}
.campaign-wrap .section-header h3 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
  background-color: #fdd10b;
  padding-right: 30px;
}
.campaign-wrap .section-header h3 b {
  display: inline;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -6px;
}
.campaign-wrap .section-header .line {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 450px);
  height: 160px;
  background-position: 0 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.campaign-wrap .section-content {
  /*max-width: 1000px;
  margin: 0 auto;*/
}
.campaign-wrap .section-content > ol {
  overflow: hidden;
}
.campaign-wrap .section-content > ol > li {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaign-wrap .section-content > ol > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.campaign-wrap .section-content > ol > li:nth-of-type(2n + 2) {
  padding-left: 15px;
}
.campaign-wrap .section-content > ol > li:nth-of-type(2) ~ li {
  border-top: 1px solid #333;
}
.campaign-wrap .section-content > ol > li:nth-of-type(10) .box > div.details p {
  display: inline-block;
  vertical-align: middle;
}
.campaign-wrap .section-content > ol > li:nth-of-type(10) .box > div.details figure {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 300px);
}
.campaign-wrap .section-content > ol > li:nth-of-type(10) .box > div.details figure img {
  display: inline-block;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box {
  display: block;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details {
  position: relative;
  display: block;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details p {
  position: absolute;
  top: 0;
  left: 30px;
  padding-left: 0;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details p .num {
  position: static;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul {
  max-width: 1000px;
  margin: 0 auto;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li {
  padding: 10px 0;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li:first-child {
  padding-top: 0;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div {
  display: table-cell;
  vertical-align: middle;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.ico {
  width: 100px;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.ico img {
  display: block;
  max-width: 100%;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail {
  padding-left: 30px;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail dl {
  font-size: 0;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail dl dt, .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail dl dd {
  display: inline-block;
  vertical-align: middle;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail dl dt {
  font-size: 28px;
  font-weight: 900;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail dl dd {
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
}
.campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li ~ li {
  border-top: 1px solid #333;
}
.campaign-wrap .section-content > ol > li:nth-of-type(8) ~ li {
  width: 100%;
  float: none;
  border-right: 0;
  padding: 30px 0;
}
.campaign-wrap .section-content > ol > li .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.campaign-wrap .section-content > ol > li .box > div {
  display: table-cell;
  vertical-align: middle;
}
.campaign-wrap .section-content > ol > li .box > div.item-icon {
  width: 240px;
}
.campaign-wrap .section-content > ol > li .box > div.item-icon img {
  display: block;
  max-width: 100%;
}
.campaign-wrap .section-content > ol > li .box > div.details {
  padding-left: 30px;
  letter-spacing: -1px;
}
.campaign-wrap .section-content > ol > li .box > div.details p {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.campaign-wrap .section-content > ol > li .box > div.details p b {
  font-size: 26px;
  font-weight: 900;
}
.campaign-wrap .section-content > ol > li .box > div.details p .num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 26px;
  width: 40px;
  color: #fdd10b;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  background-color: #271200;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .campaign-wrap .section-header {
    padding-bottom: 30px;
  }
  .campaign-wrap .section-header h3 {
    font-size: 26px;
    padding-right: 0;
  }
  .campaign-wrap .section-header h3 b {
    font-size: 40px;
  }
  .campaign-wrap .section-header .line {
    display: none;
  }
  .campaign-wrap .section-content > ol > li {
    float: none;
    width: 100%;
    border-right: 0 !important;
    padding: 15px 0 !important;
  }
  .campaign-wrap .section-content > ol > li ~ li {
    border: 0;
    border-top: 1px solid #333;
  }
  .campaign-wrap .section-content > ol > li .box > div.item-icon {
    width: 100px;
  }
  .campaign-wrap .section-content > ol > li .box > div.details {
    padding-left: 15px;
  }
  .campaign-wrap .section-content > ol > li .box > div.details p {
    font-size: 14px;
    line-height: 26px;
    padding-left: 36px;
  }
  .campaign-wrap .section-content > ol > li .box > div.details p b {
    font-size: 18px;
  }
  .campaign-wrap .section-content > ol > li .box > div.details p .num {
    font-size: 16px;
    width: 26px;
    line-height: 26px;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details p {
    position: static;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li {
    padding: 10px 0;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area {
    display: block;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div {
    display: block;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.ico {
    margin: 0 auto;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail {
    padding: 0;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail > dl {
    text-align: center;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail > dl dt, .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail > dl dd {
    display: block;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail > dl dt {
    font-size: 18px;
  }
  .campaign-wrap .section-content > ol > li:nth-of-type(11) .box > div.details > ul > li .area > div.detail > dl dd {
    font-size: 16px;
    margin-top: 5px;
  }
}/*# sourceMappingURL=special.css.map */