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

/* issue-top */
.issue-top {
  background-color: #628263;
}
.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;
  width: 100%;
}
.issue-1 .container p ~ p {
  margin-top: 60px;
}
.issue-1 .figure-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-1 .container > figure {
    margin-top: 30px;
  }
  .issue-1 .container p ~ p {
    margin-top: 30px;
  }
  .issue-1 .figure-list {
    margin-top: 30px;
  }
}

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

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

/* issue-3 */
.issue-3 .container > figure {
  margin: 60px 0 30px;
}
@media (max-width: 1024px) {
  .issue-3 .container > figure {
    margin: 30px 0 20px;
  }
}

/* issue-4 */
.issue-4 .container > figure {
  margin-bottom: 60px;
}
.issue-4 .container .attention-box {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.issue-4 .container .attention-box p {
  position: relative;
  padding-left: 15px;
}
.issue-4 .container .attention-box p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.issue-4 .container .figure-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .issue-4 .container > figure {
    margin-bottom: 30px;
  }
  .issue-4 .container .attention-box {
    margin-top: 60px;
    padding-top: 15px;
  }
  .issue-4 .container .figure-list {
    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 */