@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap");
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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

body {
  min-width: 360px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 300;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -0.3px;
  word-break: break-all;
  box-sizing: border-box;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #000;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* height-auto */
.height-auto {
  display: flex !important;
  font-size: 0;
  gap: 30px;
}
.height-auto > figure img {
  display: block;
}
.height-auto ~ .height-auto {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .height-auto {
    flex-direction: column !important;
  }
  .height-auto > figure {
    width: 100% !important;
  }
}

.caption {
  display: block;
  font-size: 16px;
  color: #A64084;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .caption {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* page-header */
.page-header {
  position: relative;
}
.page-header:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0) 100%);
}
.page-header .caption {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.page-header .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-header .backdrop img {
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-header .container {
  position: relative;
  z-index: 3;
  display: table;
  height: 700px;
}
.page-header .container .v-align {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
.page-header .container .v-align small {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -1px;
  border-bottom: 1px solid #fff;
}
.page-header .container .v-align h3 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -3.5px;
  margin-top: 45px;
}
.page-header .container .v-align p {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-top: 45px;
}
.page-header .container .v-align .writer {
  margin-top: 45px;
}
.page-header .container .v-align .writer span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.9px;
}
@media (max-width: 768px) {
  .page-header {
    background-color: #213D39;
  }
  .page-header:before {
    display: none;
  }
  .page-header .backdrop {
    position: static;
    background: none !important;
  }
  .page-header .backdrop img {
    display: block;
  }
  .page-header .backdrop .caption {
    position: static;
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
  }
  .page-header .container {
    height: auto;
    min-height: 300px;
  }
  .page-header .container .v-align {
    vertical-align: top;
    padding-top: 30px;
  }
  .page-header .container .v-align small {
    font-size: 16px;
  }
  .page-header .container .v-align h3 {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -1.4px;
    margin-top: 20px;
  }
  .page-header .container .v-align p {
    font-size: 20px;
    margin-top: 15px;
  }
  .page-header .container .v-align .writer {
    margin-top: 30px;
  }
  .page-header .container .v-align .writer span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.8px;
  }
}

/* common */
#content {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  #content {
    font-size: 16px;
    line-height: 24px;
  }
}

.summary-top {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 85px 0 30px;
}
.summary-top svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.summary-top p {
  font-size: 20px;
  line-height: 34px;
  font-family: "Gowun Dodum", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .summary-top {
    padding-top: 45px;
  }
  .summary-top p {
    font-size: 16px;
    line-height: 24px;
  }
}

.quotes-summary {
  text-align: center;
  padding-top: 60px;
}
.quotes-summary svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.quotes-summary b {
  display: block;
  font-size: 30px;
  color: #A64084;
  font-family: "Gowun Dodum", sans-serif;
  font-weight: 400;
  line-height: 46px;
  margin: 30px 0;
  letter-spacing: -1.5px;
}
@media (max-width: 1024px) {
  .quotes-summary {
    padding-top: 45px;
  }
  .quotes-summary b {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0;
  }
}

.dl-list dt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  font-weight: 700;
  font-family: "Gowun Batang", serif;
}
.dl-list dd {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -1px;
  }
  .dl-list dd {
    margin-top: 15px;
  }
}

/* greeting */
.greeting {
  position: relative;
  padding: 100px 0 120px;
}
.greeting .bg {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 80px;
  background-image: url(../../assets/images/sub/bg_ceo.png);
}
.greeting .bg.bg-1 {
  top: 100px;
  left: 100px;
}
.greeting .bg.bg-2 {
  bottom: 100px;
  right: 100px;
}
.greeting .container {
  max-width: 1030px;
}
.greeting .container .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.greeting .container .section-header small {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -1px;
}
.greeting .container .section-header strong {
  display: block;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  font-family: "Gowun Batang", serif;
  margin-top: 20px;
}
.greeting .container .section-header figure {
  margin-top: 60px;
}
.greeting .container .section-header figure img {
  display: block;
  width: 100%;
}
.greeting .container .section-header p {
  margin-top: 60px;
  text-align: left;
}
.greeting .container .section-content {
  padding-top: 60px;
  border-top: 1px solid #000;
}
.greeting .container .section-content .dl-list dt {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 22px;
}
.greeting .container .section-content .dl-list dd {
  margin-top: 10px;
}
.greeting .container .section-content .dl-list ~ .dl-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .greeting .container .section-content .dl-list dt {
    font-size: 18px;
  }
}
.greeting .container .section-content p {
  margin-top: 60px;
}
.greeting .container .section-content .sign {
  text-align: right;
  margin-top: 60px;
}
.greeting .container .section-content .sign span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  font-family: "Gowun Batang", serif;
  margin-right: 30px;
}
.greeting .container .section-content .sign img {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .greeting {
    padding: 60px 0 80px;
  }
  .greeting .bg {
    background-size: 45px auto;
  }
  .greeting .bg.bg-1 {
    top: 40px;
    left: 15px;
  }
  .greeting .bg.bg-2 {
    bottom: 40px;
    right: auto;
    left: 40px;
  }
  .greeting .container .section-header {
    padding-bottom: 45px;
  }
  .greeting .container .section-header small {
    font-size: 18px;
  }
  .greeting .container .section-header strong {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 15px;
  }
  .greeting .container .section-header figure {
    margin-top: 30px;
  }
  .greeting .container .section-header p {
    margin-top: 30px;
  }
  .greeting .container .section-content {
    padding-top: 45px;
  }
  .greeting .container .section-content .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .greeting .container .section-content p {
    margin-top: 30px;
  }
  .greeting .container .section-content .sign span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .greeting .container .section-content .sign img {
    width: 220px;
  }
}

/* history */
.history {
  font-family: "Gowun Batang", serif;
  text-align: center;
  padding: 100px 0;
  background-color: #cae8dd;
}
.history .container small {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -1px;
  border-bottom: 1px solid #111;
}
.history .container figure {
  margin-top: 60px;
}
.history .container figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.history .container .details {
  margin-top: 60px;
}
.history .container .details span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
@media (max-width: 1024px) {
  .history {
    padding: 60px 0 80px;
  }
  .history .container small {
    font-size: 18px;
  }
  .history .container figure {
    margin-top: 30px;
  }
  .history .container .details {
    margin-top: 30px;
  }
  .history .container .details span {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* now-header */
.now-header {
  padding: 100px 0 80px;
}
.now-header:before {
  display: none !important;
}
.now-header .container {
  height: auto;
}
.now-header .container .v-align {
  text-align: center;
  color: #000;
}
.now-header .container .v-align small {
  font-weight: bold;
}
.now-header .container .v-align h3 {
  font-size: 50px;
  font-family: "Gowun Batang", serif;
  line-height: 68px;
  margin-top: 30px;
}
.now-header .container .v-align p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .now-header {
    background: none;
    padding: 60px 0;
  }
  .now-header .container .v-align {
    padding-top: 0;
  }
  .now-header .container .v-align small {
    border: 0;
  }
  .now-header .container .v-align h3 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
  }
  .now-header .container .v-align p {
    font-size: 18px;
  }
}

/* now */
.now {
  padding-bottom: 100px;
}
.now img {
  width: 100%;
}
.now .caption {
  text-align: right;
  color: #55469c;
  letter-spacing: -0.5px;
}
.now .section-content .dl-list {
  margin-top: 60px;
}
.now .section-content .height-auto {
  margin-top: 60px;
}
.now .section-content .line-txt {
  display: block;
  font-size: 30px;
  text-align: center;
  color: #56469c;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Gowun Batang", serif;
  margin-top: 60px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
@media (max-width: 1024px) {
  .now .caption {
    line-height: 1.4;
  }
  .now .section-content .dl-list {
    margin-top: 30px;
  }
  .now .section-content .height-auto {
    margin-top: 30px;
  }
  .now .section-content .line-txt {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
  }
  .now .section-content .line-txt br {
    display: none;
  }
  .now .section-content .line-txt br.d-block {
    display: block;
  }
}

/* interview */
.interview {
  overflow: hidden;
  padding: 80px 0 100px;
  background-color: #FBFAEF;
}
.interview .container .article-header {
  text-align: center;
  padding-bottom: 50px;
}
.interview .container .article-header h3 {
  font-size: 30px;
  font-weight: 700;
  color: #B16E8E;
}
.interview .container .article-header h3 span {
  color: #298473;
}
.interview .container .article-content > ul {
  width: calc(100% + 30px);
  font-size: 0;
  overflow: hidden;
  margin: 0 -15px;
  text-align: center;
}
.interview .container .article-content > ul > li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
  width: 33.4%;
}
.interview .container .article-content > ul > li > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.interview .container .article-content > ul > li > figure figcaption {
  padding-top: 30px;
}
.interview .container .article-content > ul > li > figure figcaption b {
  display: block;
  color: #A64084;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.1px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A64084;
}
.interview .container .article-content > ul > li > figure figcaption p {
  color: #006653;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 15px;
}
.interview .container .article-content > ul > li:nth-of-type(2) ~ li {
  float: left;
  width: 33.3333333333%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .interview {
    padding: 60px 0;
  }
  .interview .container .article-header {
    padding-bottom: 30px;
  }
  .interview .container .article-content > ul {
    width: 100%;
    margin: 0;
  }
  .interview .container .article-content > ul > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  .interview .container .article-content > ul > li > figure figcaption {
    padding-top: 20px;
  }
  .interview .container .article-content > ul > li > figure figcaption b {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .interview .container .article-content > ul > li > figure figcaption p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.7px;
    margin-top: 10px;
  }
  .interview .container .article-content > ul > li ~ li {
    margin-top: 30px;
  }
}

/* memory-header */
.page-header.memory-header .container .smallar {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  margin-top: 45px;
}
.page-header.memory-header .container h3 {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .page-header.memory-header .backdrop img {
    background-position: 90% 50%;
  }
  .page-header.memory-header .container .smallar {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
  }
  .page-header.memory-header .container p {
    margin-top: 10px;
  }
  .page-header.memory-header .container .writer {
    margin-top: 20px;
  }
}

/* memory */
.memory .caption {
  color: #7e469c;
  text-align: right;
}
.memory .container .section-content {
  padding: 80px 0 100px;
}
.memory .container .section-content .dl-list {
  margin-top: 60px;
}
.memory .container .section-content .height-auto ~ .height-auto {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .memory .container .section-content {
    padding: 60px 0;
  }
  .memory .container .section-content .dl-list {
    margin-top: 40px;
  }
  .memory .container .section-content .height-auto ~ .height-auto {
    margin-top: 30px;
  }
}

.mini-interview {
  padding: 80px 0 100px;
  background-color: #cfd5ec;
}
.mini-interview .container {
  max-width: 1030px;
}
.mini-interview .container .article-header {
  text-align: center;
  padding-bottom: 50px;
}
.mini-interview .container .article-header h3 {
  font-size: 40px;
  font-weight: bold;
  color: #55469c;
  line-height: 1.6;
  font-family: "Gowun Batang", serif;
}
.mini-interview .container .article-header span {
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #55469c;
  padding: 10px 60px;
  border-top: 1px solid #55469c;
  border-bottom: 1px solid #55469c;
}
.mini-interview .container .article-content > figure {
  position: relative;
  padding-bottom: 60px;
}
.mini-interview .container .article-content > figure img {
  overflow: hidden;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 100%;
}
.mini-interview .container .article-content > figure:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  display: block;
  width: 1px;
  height: 60px;
  content: "";
  background-color: #000;
}
.mini-interview .container .article-content .interview-list {
  position: relative;
}
.mini-interview .container .article-content .interview-list ol {
  position: relative;
  z-index: 2;
  padding: 30px;
  border: 1px solid #000;
  background-color: #fff;
}
.mini-interview .container .article-content .interview-list ol > li {
  counter-increment: list-index;
}
.mini-interview .container .article-content .interview-list ol > li > dl > dt {
  position: relative;
  padding-left: 35px;
  font-weight: 600;
  color: #55469c;
}
.mini-interview .container .article-content .interview-list ol > li > dl > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #000;
  content: "0" counter(list-index);
}
.mini-interview .container .article-content .interview-list ol > li > dl dd {
  font-size: 18px;
  color: #55469c;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.mini-interview .container .article-content .interview-list ol > li > figure {
  margin-top: 30px;
}
.mini-interview .container .article-content .interview-list ol > li > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.mini-interview .container .article-content .interview-list ol > li ~ li {
  margin-top: 40px;
}
.mini-interview .container .article-content .interview-list:before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #9f9ec4;
}
@media (max-width: 1024px) {
  .mini-interview {
    padding: 60px 0 80px;
  }
  .mini-interview .container .article-header {
    padding-bottom: 30px;
  }
  .mini-interview .container .article-header > h3 {
    font-size: 30px;
  }
  .mini-interview .container .article-header span {
    display: block;
    max-width: 320px;
    font-size: 18px;
    padding: 10px 0;
    margin: 20px auto 0;
  }
  .mini-interview .container .article-content > figure {
    padding-bottom: 30px;
  }
  .mini-interview .container .article-content > figure img {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .mini-interview .container .article-content .interview-list > ol {
    padding: 15px 10px;
  }
  .mini-interview .container .article-content .interview-list > ol > li > dl dt {
    font-size: 18px;
    padding-left: 30px;
  }
  .mini-interview .container .article-content .interview-list > ol > li > dl dd {
    font-size: 16px;
  }
  .mini-interview .container .article-content .interview-list > ol > li ~ li {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .global-header .backdrop {
    position: relative;
  }
  .global-header .backdrop .caption {
    right: 10px;
    bottom: 10px;
  }
}

/* global */
.global .caption {
  text-align: right;
  color: #55469c;
}
.global .section-content {
  padding: 80px 0 100px;
}
.global .section-content .dl-list ~ .dl-list {
  margin-top: 60px;
}
.global .section-content .inline-img {
  text-align: center;
  margin-top: 60px;
}
.global .section-content .inline-img figure {
  display: inline-block;
  vertical-align: top;
}
.global .section-content .inline-img figure img {
  display: block;
  width: 100%;
}
.global .section-content .line-txt {
  display: block;
  font-size: 30px;
  text-align: center;
  color: #56469c;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Gowun Batang", serif;
  margin-top: 60px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.global .section-content .height-auto {
  margin-top: 60px;
}
.global .section-content .summary-area {
  color: #61236D;
  max-width: 1000px;
  margin: 100px auto 0;
}
.global .section-content .summary-area .summary-header {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #61236D;
}
.global .section-content .summary-area .summary-header img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
}
.global .section-content .summary-area .summary-header h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Gowun Batang", serif;
  letter-spacing: -1.5px;
}
.global .section-content .summary-area > figure {
  position: relative;
  margin-top: 30px;
}
.global .section-content .summary-area > figure img {
  display: block;
  width: 100%;
}
.global .section-content .summary-area > figure .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.global .section-content .summary-area p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 40px;
}
.global .section-content .summary-area p b {
  display: block;
  font-weight: bold;
}
.global .section-content .summary-area .attention {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  border-top: 1px solid #333;
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .global .section-content {
    padding: 60px 0 80px;
  }
  .global .section-content .dl-list ~ .dl-list {
    margin-top: 40px;
  }
  .global .section-content .inline-img {
    margin-top: 30px;
  }
  .global .section-content .line-txt {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
  }
  .global .section-content .height-auto {
    margin-top: 30px;
  }
  .global .section-content .summary-area {
    margin-top: 60px;
  }
  .global .section-content .summary-area .summary-header img {
    width: 40px;
  }
  .global .section-content .summary-area .summary-header h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .global .section-content .summary-area p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 26px;
  }
  .global .section-content .summary-area .attention {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* activity */
.activity-header {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.activity-header:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0) 100%);
}
.activity-header .container {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 700px;
  table-layout: fixed;
}
.activity-header .container .v-align {
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
.activity-header .container .v-align small {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -1px;
  border-bottom: 1px solid #000;
}
.activity-header .container .v-align h3 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -3.5px;
  margin-top: 45px;
}
.activity-header .container .v-align h3 img {
  display: inline-block;
  width: auto;
  height: 84px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .activity-header .container {
    height: 300px;
  }
  .activity-header .container .v-align small {
    font-size: 16px;
  }
  .activity-header .container .v-align h3 {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -1.4px;
    margin-top: 20px;
  }
  .activity-header .container .v-align h3 img {
    height: 33px;
  }
}

.activity {
  overflow: hidden;
  background-color: #f0f0f0;
}
.activity .container {
  max-width: 1230px;
}
.activity .section-content {
  padding: 80px 0 100px;
}
.activity .section-content i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #000;
  margin-top: 5px;
}
.activity .section-content > ol {
  overflow: hidden;
}
.activity .section-content > ol > li {
  counter-increment: list-index;
}
.activity .section-content > ol > li h4 {
  position: relative;
  display: inline;
  font-size: 26px;
  padding-left: 60px;
  background-image: linear-gradient(#f5b090, #f5b090);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 50%;
}
.activity .section-content > ol > li h4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q" counter(list-index);
}
.activity .section-content > ol > li p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.activity .section-content > ol > li p i {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.activity .section-content > ol > li .angle {
  position: relative;
  max-width: 800px;
  padding: 20px;
  border-radius: 20px;
  margin: 0 auto 30px;
  border: 2px solid #666;
  background-color: #fff;
}
.activity .section-content > ol > li .angle .ico {
  position: absolute;
  top: -30px;
  width: auto;
  height: 60px;
  display: block;
  z-index: 1;
}
.activity .section-content > ol > li .angle .ico:nth-of-type(1) {
  left: 100px;
}
.activity .section-content > ol > li .angle .ico:nth-of-type(2) {
  right: 100px;
}
.activity .section-content > ol > li .angle .ico {
  display: none;
}
.activity .section-content > ol > li .angle figure img {
  display: block;
  width: 100%;
}
.activity .section-content > ol > li .angle figure figcaption {
  font-size: 15px;
  text-align: right;
  margin-top: 5px;
}
.activity .section-content > ol > li .box {
  display: table;
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
.activity .section-content > ol > li .box > div {
  display: table-cell;
  vertical-align: top;
}
.activity .section-content > ol > li .box > div > figure {
  margin-bottom: 20px;
}
.activity .section-content > ol > li .box > div > figure img {
  overflow: hidden;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 100%;
}
.activity .section-content > ol > li .box > div p span {
  display: block;
  text-align: center;
}
.activity .section-content > ol > li .box > div:first-child {
  padding-right: 15px;
}
.activity .section-content > ol > li .box > div:last-child {
  padding-left: 15px;
}
.activity .section-content > ol > li > ol {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 30px -15px 0;
}
.activity .section-content > ol > li > ol > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.activity .section-content > ol > li > ol > li figure img {
  display: block;
  width: 100%;
}
.activity .section-content > ol > li > ol > li b {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.activity .section-content > ol > li ~ li {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .activity .section-content {
    padding: 60px 0 80px;
  }
  .activity .section-content i {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .activity .section-content > ol > li h4 {
    font-size: 18px;
    padding-left: 35px;
  }
  .activity .section-content > ol > li h4:before {
    line-height: 21px;
  }
  .activity .section-content > ol > li .box {
    display: block;
  }
  .activity .section-content > ol > li .box > div {
    display: block;
    padding: 0 !important;
  }
  .activity .section-content > ol > li .box > div ~ div {
    margin-top: 30px;
  }
  .activity .section-content > ol > li > ol {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .activity .section-content > ol > li > ol > li {
    display: block;
    padding: 0;
  }
  .activity .section-content > ol > li > ol > li ~ li {
    margin-top: 30px;
  }
  .activity .section-content > ol > li ~ li {
    margin-top: 60px;
  }
}

/* independence */
.page-header.independence-header .container .v-align h3 span {
  color: #dce355;
}
@media (max-width: 1024px) {
  .page-header.independence-header .backdrop img {
    background-position: 100% 50%;
  }
}

.independence {
  overflow: hidden;
}
.independence .container {
  max-width: 1230px;
}
.independence .container .section-content {
  padding: 80px 0 100px;
}
.independence .container .section-content .history-list {
  margin-top: 100px;
  border-top: 1px solid #beb788;
}
.independence .container .section-content .history-list > ul {
  display: table;
  color: #beb788;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.independence .container .section-content .history-list > ul > li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.independence .container .section-content .history-list > ul > li > dl {
  position: relative;
  padding-top: 30px;
}
.independence .container .section-content .history-list > ul > li > dl:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 20px;
  height: 27px;
  background-image: url(../images/sub/img_independence01.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.independence .container .section-content .history-list > ul > li > dl dt {
  font-weight: 600;
}
.independence .container .section-content .history-list > ul > li > dl dd {
  margin-top: 10px;
}
.independence .container .section-content .history-list > ul > li > dl dd ul li:before {
  content: "- ";
}
.independence .container .section-content .testify {
  max-width: 1000px;
  margin: 0 auto;
}
.independence .container .section-content .testify > ul > li {
  display: block;
  vertical-align: top;
  width: 80%;
}
.independence .container .section-content .testify > ul > li .box {
  position: relative;
  padding-right: 5px;
}
.independence .container .section-content .testify > ul > li .box p {
  position: relative;
  z-index: 1;
  padding: 15px;
  line-height: 1.6;
  border-radius: 10px;
  border: 1px solid #72593f;
  background-color: #fff;
}
.independence .container .section-content .testify > ul > li .box p b {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  color: #72593f;
  font-weight: 600;
  border-bottom: 1px solid #72593f;
}
.independence .container .section-content .testify > ul > li .box:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 10px;
  background-color: #72593f;
}
.independence .container .section-content .testify > ul > li ~ li {
  margin-top: 60px;
}
.independence .container .section-content .testify > ul > li:nth-of-type(2n + 2) {
  margin-left: auto;
}
.independence .container .section-content .attention {
  margin-top: 100px;
  text-align: center;
}
.independence .container .section-content .attention p {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .independence .container .section-content {
    padding: 60px 0 80px;
  }
  .independence .container .section-content .testify > ul > li {
    width: 90%;
  }
  .independence .container .section-content .testify > ul > li ~ li {
    margin-top: 30px;
  }
  .independence .container .section-content .history-list {
    margin-top: 60px;
    border-top: 0;
    border-left: 1px solid #beb788;
    padding-bottom: 60px;
  }
  .independence .container .section-content .history-list > ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .independence .container .section-content .history-list > ul > li {
    display: block;
    padding: 0;
  }
  .independence .container .section-content .history-list > ul > li > dl {
    padding-top: 0;
    padding-left: 30px;
  }
  .independence .container .section-content .history-list > ul > li > dl:before {
    top: 0;
    left: -10px;
  }
  .independence .container .section-content .history-list > ul > li > dl > dd {
    margin-top: 0;
  }
  .independence .container .section-content .history-list > ul > li > dl > dd > ul > li {
    position: relative;
  }
  .independence .container .section-content .history-list > ul > li > dl > dd > ul > li:before {
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
  }
  .independence .container .section-content .history-list > ul > li ~ li {
    margin-top: 30px;
  }
  .independence .container .section-content .attention {
    margin-top: 60px;
  }
  .independence .container .section-content .attention p {
    font-size: 14px;
  }
}

/* event */
.event {
  overflow: hidden;
  padding: 60px 0;
  background-color: #5BCBB1;
}
.event .container .section-header small {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
  color: #006D52;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.event .container .section-header h3 {
  margin-top: 20px;
}
.event .container .section-header h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.event .container .section-header p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}
.event .container .section-content {
  padding-top: 60px;
}
.event .container .section-content .event-box {
  position: relative;
  max-width: 1000px;
  text-align: center;
  padding: 56px 56px 0;
  border: 4px solid #000;
  margin: 0 auto;
  background-color: #7C69D1;
}
.event .container .section-content .event-box > b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 80px;
  color: #37a47b;
  line-height: 0.7;
}
.event .container .section-content .event-box .box {
  position: relative;
  z-index: 1;
  padding: 90px 100px;
  border: 4px solid #000;
  background-color: #fff;
}
.event .container .section-content .event-box .box > p {
  font-size: 50px;
  font-weight: 700;
  font-family: "Gowun Batang", serif;
  line-height: 1;
}
.event .container .section-content .event-box .box > p b {
  color: #7C69D1;
  font-weight: 900;
}
.event .container .section-content .event-box .box > span {
  display: block;
  margin: 50px 0 80px;
  font-weight: 500;
  font-size: 22px;
}
.event .container .section-content .event-box .box .hint {
  display: inline-block;
  margin: 70px 0 0;
  padding-right: 30px;
  font-weight: 500;
  font-size: 22px;
  background: url("../images/sub/ico_event_cursor.png") no-repeat 100% 50%/auto 24px;
}
.event .container .section-content .event-box .box .hint > span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-position: under;
  color: #7C69D1;
}
.event .container .section-content .event-box .box > ol {
  font-size: 0;
  margin-top: 60px;
}
.event .container .section-content .event-box .box > ol > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 10px;
  counter-increment: list-index;
}
.event .container .section-content .event-box .box > ol > li > figure img {
  display: block;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.event .container .section-content .event-box .box > ol > li > figure figcaption {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Gowun Batang", serif;
  margin-top: 15px;
}
.event .container .section-content .event-box .box > ol > li:before {
  display: inline-block;
  width: 26px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  border: 2px solid #000;
  margin-bottom: 10px;
  border-radius: 100px;
  content: counter(list-index);
}
.event .container .section-content .event-box .box strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  font-family: "Gowun Batang", serif;
  margin-top: 60px;
}
.event .container .section-content .event-box .box .btn-area {
  margin-top: 60px;
}
.event .container .section-content .event-box .box .btn-area .btn-event {
  display: block;
  width: 300px;
  font-size: 35px;
  color: #fff;
  line-height: 66px;
  font-weight: bold;
  font-family: "Gowun Dodum", sans-serif;
  margin: 0 auto;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background-color: #7C69D1;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.event .container .section-content .event-box .box .btn-area .btn-event:hover {
  background-color: #000;
}
.event .container .section-content .event-box > ul {
  font-size: 0;
  padding: 10px 0;
}
.event .container .section-content .event-box > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.event .container .section-content .event-box > ul > li > dl dt, .event .container .section-content .event-box > ul > li > dl dd {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  vertical-align: top;
}
.event .container .section-content .event-box > ul > li > dl dt {
  color: #000;
  border-radius: 100px;
  padding: 0 20px;
  line-height: 40px;
  margin-right: 10px;
  border: 2px solid #000;
  background-color: #ffdd0a;
}
.event .container .section-content .event-box > ul > li > dl dd {
  color: #fff;
  line-height: 44px;
}
.event .container .section-content .event-box > ul > li:last-child {
  margin-right: 0;
}
.event .container .section-content .event-box:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  width: 220px;
  height: 210px;
  background: url("../images/sub/img_event_deco01.png") no-repeat 50% 100%/auto 100%;
}
.event .container .section-content .event-box:after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  width: 220px;
  height: 210px;
  background: url("../images/sub/img_event_deco02.png") no-repeat 50% 100%/auto 100%;
}
.event .container .section-content .attention {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}
@media (max-width: 1024px) {
  .event {
    padding: 30px 0 60px;
  }
  .event .container .section-header {
    text-align: center;
  }
  .event .container .section-header p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
  }
  .event .container .section-content {
    padding-top: 30px;
  }
  .event .container .section-content .event-box {
    padding: 28px 10px 0;
    border-radius: 10px;
    border-width: 2px;
    margin-top: 160px;
  }
  .event .container .section-content .event-box > b {
    font-size: 40px;
  }
  .event .container .section-content .event-box .box {
    padding: 30px 15px;
    border-width: 2px;
  }
  .event .container .section-content .event-box .box > p {
    font-size: 26px;
    line-height: 1.2;
  }
  .event .container .section-content .event-box .box > span {
    font-size: 16px;
    margin: 30px 0 0;
  }
  .event .container .section-content .event-box .box > ol {
    margin-top: 30px;
  }
  .event .container .section-content .event-box .box > ol > li {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .event .container .section-content .event-box .box > ol > li > figure img {
    width: 100%;
    max-width: 100%;
  }
  .event .container .section-content .event-box .box > ol > li > figure figcaption {
    font-size: 20px;
  }
  .event .container .section-content .event-box .box > ol > li ~ li {
    margin-top: 40px;
  }
  .event .container .section-content .event-box .box strong {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 40px;
  }
  .event .container .section-content .event-box .box .hint {
    margin: 30px 0 0;
    font-size: 16px;
  }
  .event .container .section-content .event-box .box .btn-area {
    margin-top: 30px;
  }
  .event .container .section-content .event-box .box .btn-area .btn-event {
    width: 100%;
    max-width: 400px;
    line-height: 44px;
    font-size: 20px;
  }
  .event .container .section-content .event-box > ul > li {
    display: block;
    margin-right: 0;
    text-align: left;
  }
  .event .container .section-content .event-box > ul > li > dl > dt {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .event .container .section-content .event-box > ul > li > dl > dd {
    font-size: 20px;
    line-height: 34px;
  }
  .event .container .section-content .event-box > ul > li ~ li {
    margin-top: 5px;
  }
  .event .container .section-content .event-box:before {
    bottom: calc(100% + 2px);
    width: 50%;
    height: 174px;
    background-size: auto 80%;
    background-position: 80% 100%;
  }
  .event .container .section-content .event-box:after {
    width: 50%;
    bottom: calc(100% + 2px);
    height: 174px;
    background-size: auto 80%;
    background-position: 20% 100%;
  }
  .event .container .section-content .attention {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub.css.map */