@charset "UTF-8";
@import url(/93/css/article.css);
@import url(/93/css/common.css);
* {
  margin: 0;
}

section.peoplein {
  width: 100%;
  margin: 0 auto;
}
section.peoplein .container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.peoplein .container {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
}
section.peoplein .container .peoplein_top {
  padding-top: 2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.peoplein .container .peoplein_top {
    padding: 2em 3em 0 3em;
  }
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top {
    padding: 2em 1em 0 1em;
  }
}
section.peoplein .container .peoplein_top h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top h3 {
    padding: 0 0 10px 3px;
  }
}
section.peoplein .container .peoplein_top .maincopy {
  font-size: 3rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  line-height: 1.3em;
  font-family: 'Noto Serif KR';
  font-weight: 300;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top .maincopy {
    font-size: 2.6rem;
    padding: 0 0 0.5em 0;
    line-height: 1.4em;
  }
}
section.peoplein .container .peoplein_top .subcopy {
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top .subcopy {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    padding: 0 0 1.2em 0;
  }
}
section.peoplein .container .peoplein_top .introWording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top .introWording {
    display: none;
  }
}
section.peoplein .container .peoplein_top .introWording-1 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  display: none;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_top .introWording-1 {
    font-size: 1.1rem;
    line-height: 1.7em;
    display: block;
  }
}
section.peoplein .container .peoplein_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em auto;
}
section.peoplein .container .peoplein_content .mt40 {
  display: none;
}
@media (max-width: 768px) {
  section.peoplein .container .peoplein_content {
    padding: 0 3em;
  }
  section.peoplein .container .peoplein_content .mt40 {
    display: block;
  }
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_content {
    padding: 0 1em;
  }
  section.peoplein .container .peoplein_content .mt80 {
    display: none;
  }
  section.peoplein .container .peoplein_content .mt40 {
    display: block;
  }
}
section.peoplein .container .peoplein_content .title {
  font-size: 1.35rem;
  line-height: 1.8em;
  padding: 2em 0 1em 0;
  color: #9862ad;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.peoplein .container .peoplein_content .que {
  font-size: 1.1rem;
  line-height: 2em;
  padding: 2em 0 1.5em 0;
  text-align: justify;
  color: #6d6ea6;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.peoplein .container .peoplein_content .ans {
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  font-family: 'Noto Serif KR';
  font-weight: 300;
  letter-spacing: -0.5px;
}
section.peoplein .container .peoplein_content .ans .deco {
  font-weight: 600;
  border-bottom: 2px solid #e6c85e;
}
section.peoplein .container .peoplein_content .epilogue-wording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
section.peoplein .container .peoplein_content .epilogue-wording .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_content .epilogue-wording .br::before {
    display: none;
  }
}
@media (max-width: 576px) {
  section.peoplein .container .peoplein_content .epilogue-wording {
    font-size: 1.1rem;
    line-height: 1.7em;
  }
}
section.peoplein .container .line-v {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
section.peoplein .container .line-v2 {
  width: 100%;
  max-width: 800px;
  height: 2px;
  margin: 3px 0 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
section.peoplein .container .bodyphoto800 {
  max-width: 800px;
  margin: 0 auto;
}
section.peoplein .container .bodyphoto800 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.peoplein .container .bodyphoto800 img {
    border-radius: 0;
  }
}
section.peoplein .container .bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}
section.peoplein .container .bodyphoto_ext img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.peoplein .container .bodyphoto_ext img {
    border-radius: 0;
  }
}
section.peoplein .container .bodyphoto650 {
  max-width: 650px;
  margin: 0 auto 10px auto;
  display: block;
}
section.peoplein .container .bodyphoto650 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.peoplein .container .bodyphoto650 img {
    border-radius: 0;
  }
}

section.article_issue {
  width: 100%;
  margin: 0 auto;
}
section.article_issue .container {
  width: 100%;
  max-width: 1000px;
  padding-top: 7em;
}
@media (max-width: 576px) {
  section.article_issue .container {
    padding: 4em 0 0 0;
  }
}
section.article_issue .container .head-photo {
  width: 100%;
  height: 50vh;
  background: url(/93/img/issue93-top-banner.png) no-repeat top center/cover;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (max-width: 576px) {
  section.article_issue .container .head-photo {
    width: 100%;
    height: 55vh;
    background: url(/93/img/issue93-top-banner.png) no-repeat top center/cover;
    border-radius: 0;
    margin-bottom: 2em;
  }
}
section.article_issue .container .head-photo-1 {
  width: 100%;
  height: 65vh;
  background: url(/93/img/issue93-1-main.jpg) no-repeat top center/cover;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (max-width: 576px) {
  section.article_issue .container .head-photo-1 {
    border-radius: 0;
    width: 100%;
    height: 45vh;
  }
}
section.article_issue .container .intro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
section.article_issue .container .intro.wide {
  max-width: 800px;
}
@media (max-width: 576px) {
  section.article_issue .container .intro {
    padding: 0 1em;
  }
}
section.article_issue .container .intro .article-tit {
  font-size: 1rem;
  padding: 0 0 20px 3px;
}
section.article_issue .container .intro .issue-head {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 3.2rem;
  line-height: calc(2.8rem + 1.5vw);
  color: #7b629a;
  padding-bottom: 5px;
  letter-spacing: -2px;
}
section.article_issue .container .intro .issue-head .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.article_issue .container .intro .issue-head .br::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  section.article_issue .container .intro .issue-head {
    font-size: 2.9rem;
    line-height: 1.3em;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  section.article_issue .container .intro .issue-head {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 0.5em;
  }
}
section.article_issue .container .intro .issue-head-1 {
  font-family: 'Noto Serif KR';
  font-weight: 500;
  font-size: 3.2rem;
  line-height: calc(2.8rem + 1.5vw);
  color: #af6361;
  padding-bottom: 0.5em;
  letter-spacing: -2px;
}
section.article_issue .container .intro .issue-head-1 span::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 1024px) {
  section.article_issue .container .intro .issue-head-1 {
    font-size: 2.9rem;
    line-height: 1.3em;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  section.article_issue .container .intro .issue-head-1 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 0.5em;
  }
}
section.article_issue .container .intro .issue-sub {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #333;
  padding: 0.8em 0;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  section.article_issue .container .intro .issue-sub {
    font-size: 1.3rem;
    padding: 0 0 1em 0;
  }
}
@media (max-width: 576px) {
  section.article_issue .container .intro .issue-sub {
    font-size: 1.35rem;
    line-height: 1.5em;
  }
}
section.article_issue .container .intro .issue-sub-2 {
  font-family: 'Noto Serif KR';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5em;
  color: #333;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  section.article_issue .container .intro .issue-sub-2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  section.article_issue .container .intro .issue-sub-2 {
    font-size: 1.15rem;
    padding-bottom: 1em;
    line-height: 1.5em;
  }
}
section.article_issue .container .intro .writer {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1em;
  padding-left: 1px;
}
@media (max-width: 576px) {
  section.article_issue .container .intro .writer {
    margin-bottom: 0em;
    font-size: 0.9rem;
  }
}
section.article_issue .container .issue-body {
  font-family: 'Noto Serif KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto 4em auto;
}
section.article_issue .container .issue-body.wide {
  max-width: 800px;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-body {
    padding: 0 1em;
  }
}
section.article_issue .container .issue-body .preface {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2em;
  color: #3c526a;
  margin-bottom: 2.5em;
  letter-spacing: -0.03em;
}
section.article_issue .container .issue-body .preface .preface-line {
  border-bottom: 2px solid #e4eaee;
}
section.article_issue .container .issue-body .preface2 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2em;
  color: #565555;
  background-color: #f7ece9;
  margin-bottom: 2.5em;
  letter-spacing: -0.03em;
  border-radius: 1em;
  padding: 2em;
}
section.article_issue .container .issue-body .preface2 .preface-line {
  border-bottom: 2px solid #e4eaee;
}
section.article_issue .container .issue-body .sub-heading {
  font-family: 'Noto Sans KR';
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #7b629a;
  letter-spacing: -0.04em;
  margin: 2em 0 1.5em 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-body .sub-heading {
    font-size: 1.5rem;
  }
}
section.article_issue .container .issue-body .sub-heading-1 {
  font-family: 'Noto Sans KR';
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #7b6cb3;
  letter-spacing: -0.04em;
  margin: 2em 0 1.5em 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-body .sub-heading-1 {
    font-size: 1.5rem;
  }
}
section.article_issue .container .issue-body .sub-heading-2 {
  font-family: 'Noto Serif KR';
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6em;
  color: #3f467c;
  letter-spacing: -0.04em;
  margin: 2em 0 1em 0;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-body .sub-heading-2 {
    font-size: 1.5rem;
  }
}
section.article_issue .container .issue-body .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  color: #222;
  letter-spacing: -0.03em;
  text-align: justify;
}
section.article_issue .container .issue-body .text p {
  margin-bottom: 2.2em;
}
section.article_issue .container .issue-body .text p sup {
  font-size: 0.8rem;
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
section.article_issue .container .issue-body .text p span.highlight1 {
  position: relative;
  font-weight: 500;
  color: #7b629a;
  padding-bottom: 5px;
  box-shadow: inset 0 -15px 0 0 #ebfcef;
}
section.article_issue .container .issue-body .text p span.underline2 {
  position: relative;
  font-weight: 600;
  color: #7b629a;
  padding-bottom: 4px;
  box-shadow: inset 0 -1px 0 0 #e2e2e2;
}
section.article_issue .container .issue-body .text p span.refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 2em;
  color: #a67f7f;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.article_issue .container .issue-body .text .article_ref {
  font-size: 0.9rem;
  color: #6b7ba0;
  font-family:
    Noto Serif KR,
    Serif;
  line-height: 2em;
  text-align: left;
  margin-top: 2em;
}
section.article_issue .container .issue-body .text .detail {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #888;
  line-height: 1.6em;
  margin-top: 1em;
}
section.article_issue .container .issue-body .issue_ref {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-top: 1px solid #888;
}
section.article_issue .container .issue-body .issue_ref .sub-box {
  font-family: 'Noto Sans KR';
  width: 800px;
  max-width: 800px;
  font-size: 0.9rem;
  letter-spacing: -0.3px;
  line-height: 1.9;
  color: #d45e5e;
  font-weight: 200px;
  text-align: left;
  margin-top: 20px;
}
section.article_issue .container .issue-body .issue_ref .sub-box a {
  font-size: 0.9rem;
  font-weight: 300;
  text-decoration: none;
  color: #787777;
}
section.article_issue .container .issue-body .issue_ref .sub-box a:hover {
  color: #dc4646;
}
@media (max-width: 768px) {
  section.article_issue .container .issue-body .issue_ref .sub-box {
    width: 100vw;
    max-width: 100vw;
  }
}
section.article_issue .container .issue-body .blockquote {
  font-family: 'Noto Sans KR';
  font-size: 0.9em;
  font-weight: 500;
  padding: 1em 2em;
  background-color: #f5f3f1;
  letter-spacing: -0.03em;
  border-left: 10px solid #a6a1a7;
  margin-bottom: 3em;
  line-height: 1.5em;
}
section.article_issue .container .issue-body .issue-photo-700 {
  width: 100%;
  max-width: 700px;
  margin-top: 4em;
}
section.article_issue .container .issue-body .issue-photo-700 img {
  border-radius: 1em;
  width: 100%;
}
section.article_issue .container .issue-letter-body {
  font-family: 'Noto Serif KR';
  width: 100%;
  max-width: 800px;
  margin: 0 auto 4em auto;
  background-color: #fcfbfa;
  padding: 4em;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-letter-body {
    padding: 0 1em;
  }
}
section.article_issue .container .issue-letter-body .preface2 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1rem;
  line-height: 2em;
  color: #a0331d;
  margin-bottom: 6em;
  letter-spacing: -0.03em;
  border-radius: 1em;
}
section.article_issue .container .issue-letter-body .preface2 .preface-line {
  border-bottom: 2px solid #e4eaee;
}
section.article_issue .container .issue-letter-body .sub-heading {
  font-family: 'Noto Sans KR';
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #7b629a;
  letter-spacing: -0.04em;
  margin: 2em 0 1.5em 0;
  font-weight: 500;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-letter-body .sub-heading {
    font-size: 1.5rem;
  }
}
section.article_issue .container .issue-letter-body .sub-heading-2 {
  font-family: 'Noto Serif KR';
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6em;
  color: #a0331d;
  letter-spacing: -0.04em;
  margin: 2em 0 1em 0;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-letter-body .sub-heading-2 {
    font-size: 1.5rem;
  }
}
section.article_issue .container .issue-letter-body .text {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.3em;
  color: #222;
  letter-spacing: -0.03em;
  text-align: justify;
}
@media (max-width: 576px) {
  section.article_issue .container .issue-letter-body .text {
    line-height: 2em;
  }
}
section.article_issue .container .issue-letter-body .text p {
  margin-bottom: 2.2em;
}
section.article_issue .container .issue-letter-body .text p sup {
  font-size: 0.8rem;
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
section.article_issue .container .issue-letter-body .text p span.highlight1 {
  position: relative;
  font-weight: 500;
  color: #7b629a;
  padding-bottom: 5px;
  box-shadow: inset 0 -15px 0 0 #ebfcef;
}
section.article_issue .container .issue-letter-body .text p span.underline2 {
  position: relative;
  font-weight: 500;
  color: #6f6c73;
  padding-bottom: 4px;
  box-shadow: inset 0 -1px 0 0 #e2e2e2;
}
section.article_issue .container .issue-letter-body .text p span.refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 2em;
  color: #a67f7f;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.article_issue .container .issue-letter-body .text .article_ref {
  font-size: 0.9rem;
  color: #6b7ba0;
  font-family:
    Noto Serif KR,
    Serif;
  line-height: 2em;
  text-align: left;
  margin-top: 2em;
}
section.article_issue .container .issue-letter-body .text .detail {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #888;
  line-height: 1.6em;
  margin-top: 1em;
}
section.article_issue .container .issue-letter-body .blockquote {
  font-family: 'Noto Sans KR';
  font-size: 0.9em;
  font-weight: 500;
  padding: 1em 2em;
  background-color: #f5f3f1;
  letter-spacing: -0.03em;
  border-left: 10px solid #a6a1a7;
  margin-bottom: 3em;
  line-height: 1.5em;
}
section.article_issue .container .issue-letter-body .issue-photo-700 {
  width: 100%;
  max-width: 700px;
  margin-top: 4em;
}
section.article_issue .container .issue-letter-body .issue-photo-700 img {
  border-radius: 1em;
  width: 100%;
}
section.article_issue .writer-info {
  font-family: 'Noto Sans KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 4em;
}
@media (max-width: 576px) {
  section.article_issue .writer-info {
    padding: 2em;
  }
}
section.article_issue .writer-info .photo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
section.article_issue .writer-info .photo img {
  width: 100%;
}
section.article_issue .writer-info .name {
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 1em 0 0.1em 0;
}
section.article_issue .writer-info .role {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0.3em;
}
@media (max-width: 576px) {
  section.article_issue .writer-info .role {
    line-height: 1.7em;
  }
}
section.article_issue .writer-info .role .mark {
  display: none;
}
section.article_issue .writer-info .role .role2::before {
  content: '\a';
  white-space: pre;
}
section.article_issue .writer-info .detail {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 1.5em;
  text-align: justify;
}
@media (max-width: 576px) {
  section.article_issue .writer-info .detail {
    margin-top: 2em;
    font-size: 0.95em;
    line-height: 1.7em;
  }
}

section.article_column {
  width: 100%;
  margin: 0 auto;
}
section.article_column .container {
  width: 100%;
  max-width: 1000px;
  padding-top: 7em;
}
@media (max-width: 768px) {
  section.article_column .container {
    padding: 6em 1.5em 0 1.5em;
  }
}
@media (max-width: 576px) {
  section.article_column .container {
    padding: 4em 1.5em 0 1.5em;
  }
}
section.article_column .container .head-photo {
  width: 100%;
  height: 45vh;
  background: url(/93/img/column93-1-1.png) no-repeat top center/cover;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  section.article_column .container .head-photo {
    width: 100%;
    height: 33vh;
    background-image: url(/93/img/column93-1-1.png);
    border-radius: 0;
    margin-bottom: 0;
  }
}
section.article_column .container .head-photo2 {
  width: 100%;
  height: 45vh;
  background: url(/93/img/columnbg_93-2-1.jpg) no-repeat top center/cover;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  section.article_column .container .head-photo2 {
    width: 100%;
    height: 33vh;
    background: url(/93/img/columnbg_93-2-1.jpg) no-repeat top center/cover;
    border-radius: 0;
    margin-bottom: 0;
  }
}
section.article_column .container .intro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
section.article_column .container .intro .article-tit {
  font-size: 1rem;
  padding: 0 0 20px 3px;
}
section.article_column .container .intro .column-head {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 3.2rem;
  line-height: calc(3rem + 1.5vw);
  color: #c43c48;
  padding-bottom: 5px;
  letter-spacing: -0.04em;
}
section.article_column .container .intro .column-head .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.article_column .container .intro .column-head .br::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.article_column .container .intro .column-head {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media (max-width: 576px) {
  section.article_column .container .intro .column-head {
    font-weight: 300;
    font-size: 2.3rem;
    padding-bottom: 10px;
    letter-spacing: -0.07em;
  }
}
section.article_column .container .intro .column-head2 {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 3.2rem;
  line-height: calc(2.5rem + 1.5vw);
  color: #1a8e9b;
  padding-bottom: 5px;
  letter-spacing: -0.04em;
}
section.article_column .container .intro .column-head2 .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.article_column .container .intro .column-head2 .br::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.article_column .container .intro .column-head2 {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media (max-width: 576px) {
  section.article_column .container .intro .column-head2 {
    font-weight: 300;
    font-size: 2.3rem;
    padding-bottom: 10px;
    letter-spacing: -0.07em;
  }
}
section.article_column .container .intro .column-sub {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5em;
  color: #333;
  padding-bottom: 5px;
  letter-spacing: -0.03em;
}
@media (max-width: 576px) {
  section.article_column .container .intro .column-sub {
    font-size: 1.3rem;
    padding-bottom: 1em;
    line-height: 1.5em;
  }
}
section.article_column .container .intro .writer {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1em;
  padding-left: 1px;
}
@media (max-width: 576px) {
  section.article_column .container .intro .writer {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  section.article_column .container .intro .line-v {
    margin-top: 1em;
  }
}
section.article_column .container .column-body {
  font-family: 'Noto Serif KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto 4em auto;
}
@media (max-width: 576px) {
  section.article_column .container .column-body {
    padding: 0;
    margin-bottom: 1em;
  }
}
section.article_column .container .column-body .preface {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(59, 121, 101, 0.9568627451);
  margin-bottom: 2.5em;
  letter-spacing: -0.03em;
}
section.article_column .container .column-body .preface .preface-line {
  border-bottom: 2px solid #e2e3e4;
}
section.article_column .container .column-body .sub-heading {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4em;
  color: rgba(59, 121, 101, 0.9568627451);
  letter-spacing: -0.04em;
  margin: 2em 0 1.5em 0;
}
@media (max-width: 576px) {
  section.article_column .container .column-body .sub-heading {
    font-size: 1.5rem;
  }
}
section.article_column .container .column-body .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  color: #222;
  letter-spacing: -0.03em;
  text-align: justify;
}
section.article_column .container .column-body .text p {
  margin-bottom: 2.2em;
}
section.article_column .container .column-body .text p span.highlight1 {
  position: relative;
  font-weight: 600;
  color: #b96a9d;
  padding-bottom: 5px;
  box-shadow: inset 0 -10px 0 0 #ebf7fc;
}
section.article_column .container .column-body .text p span.refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 2em;
  color: #a67f7f;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.article_column .container .column-body .text p sup {
  font-size: 0.8rem;
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
section.article_column .container .column-body .text p span.footnote {
  font-family: 'Noto sans KR';
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2em;
  color: #333;
  letter-spacing: -0.03em;
  text-align: justify;
}
section.article_column .container .column-body .text .blockquote {
  font-family: 'Noto Sans KR';
  font-size: 0.9em;
  font-weight: 400;
  padding: 1em 2em;
  background-color: #f5f3f1;
  letter-spacing: -0.03em;
  border-left: 10px solid #a6a1a7;
  margin: 2em 0;
  line-height: 1.5em;
}
section.article_column .container .column-body .column_ref {
  margin-bottom: 30px;
  border-top: 1px solid #888;
}
section.article_column .container .column-body .column_ref .sub-box {
  width: 100%;
  max-width: 700px;
  font-size: 0.9rem;
  letter-spacing: -0.3px;
  line-height: 1.9;
  color: #333;
  font-weight: 300px;
  text-align: justify;
  margin-top: 1.4em;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  section.article_column .container .column-body .column_ref .sub-box {
    width: 100%;
    max-width: 760px;
  }
}
section.article_column .container .column-body .column-photo-700 {
  width: 100%;
  max-width: 700px;
  margin-top: 4em;
}
section.article_column .container .column-body .column-photo-700 img {
  border-radius: 1em;
  width: 100%;
}
section.article_column .container .column-body .column-photo-600 {
  width: 100%;
  max-width: 600px;
  margin: 2em auto 0 auto;
}
section.article_column .container .column-body .column-photo-600 img {
  border-radius: 1em;
  width: 100%;
}
section.article_column .container .column-body .column-photo-500 {
  width: 100%;
  max-width: 500px;
  margin-top: 4em;
  margin: 2em auto 0 auto;
}
section.article_column .container .column-body .column-photo-500 img {
  border-radius: 1em;
  width: 100%;
}
section.article_column .writer-info {
  font-family: 'Noto Sans KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 4em;
}
@media (max-width: 576px) {
  section.article_column .writer-info {
    padding: 0 1.5em;
    margin-top: 2em;
  }
}
section.article_column .writer-info .photo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
section.article_column .writer-info .photo img {
  width: 100%;
}
section.article_column .writer-info .name {
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 1em 0 0.1em 0;
}
section.article_column .writer-info .role {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0.3em;
}
section.article_column .writer-info .detail {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 1.5em;
}
@media (max-width: 576px) {
  section.article_column .writer-info .detail {
    margin-top: 2em;
    font-size: 0.95em;
    line-height: 1.7em;
  }
}

section.beyond {
  width: 100%;
  margin: 0 auto;
}
section.beyond .container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.beyond .container {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 576px) {
  section.beyond .container {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
section.beyond .container .beyond_top {
  padding-top: 2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.beyond .container .beyond_top {
    padding: 2em 3em 0 3em;
  }
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top {
    padding: 2em 1em 0 1em;
  }
}
section.beyond .container .beyond_top h3 {
  font-size: 0.9rem;
  padding: 0 0 20px 3px;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top h3 {
    padding: 0 0 10px 3px;
  }
}
section.beyond .container .beyond_top .maincopy1 {
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  line-height: 1.6em;
  font-family: 'Noto Serif KR';
  font-weight: 300;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top .maincopy1 {
    font-size: 1.4rem;
    padding: 0 0 0.2em 0;
    line-height: 1.4em;
  }
}
section.beyond .container .beyond_top .maincopy2 {
  font-size: 3rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  line-height: 0.7em;
  font-family: 'Noto Serif KR';
  font-weight: 300;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top .maincopy2 {
    font-size: 2.5rem;
    padding: 0 0 0.5em 0;
    line-height: 1.4em;
  }
}
section.beyond .container .beyond_top .subcopy {
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top .subcopy {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    padding: 0 0 1.2em 0;
  }
}
section.beyond .container .beyond_top .introWording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top .introWording {
    display: none;
  }
}
section.beyond .container .beyond_top .introWording-1 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  display: none;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_top .introWording-1 {
    font-size: 1.05rem;
    line-height: 1.7em;
    display: block;
  }
}
section.beyond .container .beyond_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em auto;
}
section.beyond .container .beyond_content .mt40 {
  display: none;
}
@media (max-width: 768px) {
  section.beyond .container .beyond_content {
    padding: 0 3em;
  }
  section.beyond .container .beyond_content .mt40 {
    display: block;
  }
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content {
    padding: 0 1em;
  }
  section.beyond .container .beyond_content .mt80 {
    display: none;
  }
  section.beyond .container .beyond_content .mt40 {
    display: block;
  }
}
section.beyond .container .beyond_content .title {
  font-size: 1.5rem;
  line-height: 1.4em;
  text-align: center;
  padding: 2em 0 1em 0;
  color: #9862ad;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .title {
    padding: 0em 0 1em 0;
  }
}
section.beyond .container .beyond_content .title-sub1 {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 2em 0 0em 0;
  color: #959097;
  font-family: 'Noto Serif KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .title-sub1 {
    display: none;
  }
}
section.beyond .container .beyond_content .title-sub2 {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 2em 0.5em;
  color: #959097;
  font-family: 'Noto Serif KR';
  font-weight: 600;
  letter-spacing: -0.5px;
  display: none;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .title-sub2 {
    display: block;
  }
}
section.beyond .container .beyond_content .que {
  font-size: 1.1rem;
  line-height: 2em;
  padding: 2em 0 1.5em 0;
  text-align: justify;
  color: #6d6ea6;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.beyond .container .beyond_content .ans {
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  font-family: 'Noto Serif KR';
  font-weight: 300;
  letter-spacing: -0.5px;
}
section.beyond .container .beyond_content .ans .deco {
  font-weight: 600;
  border-bottom: 2px solid #e6c85e;
}
section.beyond .container .beyond_content .epilogue-wording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
section.beyond .container .beyond_content .epilogue-wording .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .epilogue-wording .br::before {
    display: none;
  }
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .epilogue-wording {
    font-size: 1.05rem;
    line-height: 1.7em;
    display: none;
  }
}
section.beyond .container .beyond_content .epilogue-wording2 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  display: none;
}
section.beyond .container .beyond_content .epilogue-wording2 .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .epilogue-wording2 .br::before {
    display: none;
  }
}
@media (max-width: 576px) {
  section.beyond .container .beyond_content .epilogue-wording2 {
    font-size: 1.05rem;
    line-height: 1.7em;
    display: block;
  }
}
section.beyond .container .line-v {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
section.beyond .container .line-vbold {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 15px;
  background-color: #9862ad;
}
section.beyond .container .line-v2 {
  width: 100%;
  max-width: 800px;
  height: 2px;
  margin: 3px 0 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
section.beyond .container .bodyphoto800 {
  max-width: 800px;
  margin: 0 auto;
}
section.beyond .container .bodyphoto800 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.beyond .container .bodyphoto800 img {
    border-radius: 0;
  }
}
section.beyond .container .bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}
section.beyond .container .bodyphoto_ext img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.beyond .container .bodyphoto_ext img {
    border-radius: 0;
  }
}
section.beyond .container .bodyphoto650 {
  max-width: 650px;
  margin: 0 auto 10px auto;
}
section.beyond .container .bodyphoto650 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.beyond .container .bodyphoto650 img {
    border-radius: 0;
  }
}

section.special {
  width: 100%;
  margin: 0 auto;
}
section.special .container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.special .container {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
}
section.special .container .special_top {
  padding-top: 2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.special .container .special_top {
    padding: 2em 3em 0 3em;
  }
}
@media (max-width: 576px) {
  section.special .container .special_top {
    padding: 2em 1em 0 1em;
  }
}
section.special .container .special_top h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  section.special .container .special_top h3 {
    padding: 0 0 10px 3px;
  }
}
section.special .container .special_top .maincopy {
  font-size: 3rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  line-height: 1.3em;
  font-family: 'Noto Sans KR';
  font-weight: 500;
}
@media (max-width: 576px) {
  section.special .container .special_top .maincopy {
    font-size: 2.5rem;
    padding: 0 0 0.5em 0;
    line-height: 1.3em;
  }
}
section.special .container .special_top .writer {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1em;
  padding-left: 1px;
}
@media (max-width: 576px) {
  section.special .container .special_top .writer {
    margin-bottom: 1em;
    font-size: 0.9rem;
  }
}
section.special .container .special_top .subcopy {
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
@media (max-width: 576px) {
  section.special .container .special_top .subcopy {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    padding: 0 0 1.2em 0;
  }
}
section.special .container .special_top .introWording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
@media (max-width: 576px) {
  section.special .container .special_top .introWording {
    display: none;
  }
}
section.special .container .special_top .introWording .refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  line-height: 2em;
  color: #aaacf6;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.special .container .special_top .introWording-1 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  display: none;
}
@media (max-width: 576px) {
  section.special .container .special_top .introWording-1 {
    font-size: 1.1rem;
    line-height: 2em;
    display: block;
  }
}
section.special .container .special_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em auto;
}
section.special .container .special_content .mt40 {
  display: none;
}
@media (max-width: 768px) {
  section.special .container .special_content {
    padding: 0 3em;
  }
  section.special .container .special_content .mt40 {
    display: block;
  }
}
@media (max-width: 576px) {
  section.special .container .special_content {
    padding: 0 1em;
  }
  section.special .container .special_content .mt80 {
    display: none;
  }
  section.special .container .special_content .mt40 {
    display: block;
  }
}
section.special .container .special_content .title {
  font-size: 1.35rem;
  line-height: 1.8em;
  padding: 2em 0 1em 0;
  color: #9862ad;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.special .container .special_content .que {
  font-size: 1.1rem;
  line-height: 2em;
  padding: 2em 0 1.5em 0;
  text-align: justify;
  color: #6d6ea6;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.special .container .special_content .ans {
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  font-family: 'Noto Serif KR';
  font-weight: 300;
  letter-spacing: -0.5px;
}
section.special .container .special_content .ans .deco {
  font-weight: 600;
  border-bottom: 2px solid #e6c85e;
}
section.special .container .special_content .ans .refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 2em;
  color: #a67f7f;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.special .container .special_content .epilogue-wording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
section.special .container .special_content .epilogue-wording .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.special .container .special_content .epilogue-wording .br::before {
    display: none;
  }
}
@media (max-width: 576px) {
  section.special .container .special_content .epilogue-wording {
    font-size: 1.1rem;
    line-height: 2em;
  }
}
section.special .container .line-v {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
section.special .container .line-v2 {
  width: 100%;
  max-width: 800px;
  height: 2px;
  margin: 3px 0 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
section.special .container .bodyphoto800 {
  max-width: 800px;
  margin: 0 auto;
}
section.special .container .bodyphoto800 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.special .container .bodyphoto800 img {
    border-radius: 0;
  }
}
section.special .container .bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}
section.special .container .bodyphoto_ext img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.special .container .bodyphoto_ext img {
    border-radius: 0;
  }
}
section.special .container .bodyphoto650 {
  max-width: 650px;
  margin: 0 auto 10px auto;
}
section.special .container .bodyphoto650 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.special .container .bodyphoto650 img {
    border-radius: 0;
  }
}

section.popupinterview {
  width: 100%;
  margin: 0 auto;
}
section.popupinterview .container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.popupinterview .container {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
}
section.popupinterview .container .popupinterview_top {
  padding-top: 2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.popupinterview .container .popupinterview_top {
    padding: 2em 3em 0 3em;
  }
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top {
    padding: 2em 1em 0 1em;
  }
}
section.popupinterview .container .popupinterview_top h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top h3 {
    padding: 0 0 10px 3px;
  }
}
section.popupinterview .container .popupinterview_top .maincopy {
  font-size: 3rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  line-height: 1.3em;
  font-family: 'Noto Serif KR';
  font-weight: 300;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top .maincopy {
    font-size: 2.6rem;
    padding: 0 0 0.5em 0;
    line-height: 1.4em;
  }
}
section.popupinterview .container .popupinterview_top .subcopy {
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top .subcopy {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    padding: 0 0 1.2em 0;
  }
}
section.popupinterview .container .popupinterview_top .introWording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top .introWording {
    display: none;
  }
}
section.popupinterview .container .popupinterview_top .introWording-1 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  display: none;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_top .introWording-1 {
    font-size: 1.1rem;
    display: block;
  }
}
section.popupinterview .container .popupinterview_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em auto;
}
section.popupinterview .container .popupinterview_content .mt40 {
  display: none;
}
@media (max-width: 768px) {
  section.popupinterview .container .popupinterview_content {
    padding: 0 3em;
  }
  section.popupinterview .container .popupinterview_content .mt40 {
    display: block;
  }
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_content {
    padding: 0 1em;
  }
  section.popupinterview .container .popupinterview_content .mt80 {
    display: none;
  }
  section.popupinterview .container .popupinterview_content .mt40 {
    display: block;
  }
}
section.popupinterview .container .popupinterview_content .title {
  font-size: 1.25rem;
  line-height: 1.8em;
  color: #9862ad;
  font-family: 'Noto Serif KR';
  font-weight: 400;
  letter-spacing: -0.7px;
  border-left: 10px solid #9862ad;
  padding-left: 2em;
  margin: 4em 0 2em 0;
}
section.popupinterview .container .popupinterview_content .que {
  font-size: 1.1rem;
  line-height: 2em;
  padding: 2em 0 1.5em 0;
  text-align: justify;
  color: #6d6ea6;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.popupinterview .container .popupinterview_content .ans {
  font-size: 1.2rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  font-family: 'Noto Serif KR';
  font-weight: 500;
  letter-spacing: -0.5px;
}
section.popupinterview .container .popupinterview_content .ans p {
  margin-bottom: 1em;
}
section.popupinterview .container .popupinterview_content .ans .deco {
  font-weight: 600;
  border-bottom: 2px solid #e6c85e;
}
section.popupinterview .container .popupinterview_content .epilogue-wording {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2em;
  padding: 30px 10px 15px 0px;
  text-align: left;
  word-break: keep-all;
  font-family: 'Noto Serif KR';
  font-weight: 500;
}
section.popupinterview .container .popupinterview_content .epilogue-wording .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_content .epilogue-wording .br::before {
    display: none;
  }
}
@media (max-width: 576px) {
  section.popupinterview .container .popupinterview_content .epilogue-wording {
    font-size: 1.1rem;
    line-height: 1.7em;
  }
}
section.popupinterview .container .popupinterview_content .youtube-thumb {
  position: relative;
  display: block;
  margin: 40px auto;
  max-width: 800px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
section.popupinterview .container .popupinterview_content .youtube-thumb img {
  width: 100%;
  display: block;
}
section.popupinterview .container .popupinterview_content .youtube-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px; /* 기존 80px → 1.5배 확대 */
  height: 120px; /* 기존 80px → 1.5배 확대 */
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px; /* 모서리 둥글게 */
  clip-path: polygon(30% 20%, 80% 50%, 30% 80%);
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
section.popupinterview .container .popupinterview_content .youtube-thumb:hover .play-btn {
  background: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.12);
}
section.popupinterview .container .popupinterview_content .youtube-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
section.popupinterview .container .line-v {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
section.popupinterview .container .line-v2 {
  width: 100%;
  max-width: 800px;
  height: 2px;
  margin: 3px 0 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
section.popupinterview .container .bodyphoto800 {
  max-width: 800px;
  margin: 0 auto;
}
section.popupinterview .container .bodyphoto800 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.popupinterview .container .bodyphoto800 img {
    border-radius: 0;
  }
}
section.popupinterview .container .bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}
section.popupinterview .container .bodyphoto_ext img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.popupinterview .container .bodyphoto_ext img {
    border-radius: 0;
  }
}
section.popupinterview .container .bodyphoto650 {
  max-width: 650px;
  margin: 0 auto 10px auto;
  display: block;
}
section.popupinterview .container .bodyphoto650 img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  section.popupinterview .container .bodyphoto650 img {
    border-radius: 0;
  }
}

section.article_triplog {
  width: 100%;
  margin: 0 auto;
}
section.article_triplog .container {
  width: 100%;
  max-width: 1000px;
  padding-top: 7em;
}
@media (max-width: 768px) {
  section.article_triplog .container {
    padding: 6em 1.5em 0 1.5em;
  }
}
@media (max-width: 576px) {
  section.article_triplog .container {
    padding: 4em 1.5em 0 1.5em;
  }
}
section.article_triplog .container .head-photo {
  width: 100%;
  height: 45vh;
  background: url(/93/img/triplog01.png) no-repeat top center/cover;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  section.article_triplog .container .head-photo {
    width: 100%;
    height: 33vh;
    background-image: url(/93/img/triplog01.png);
    border-radius: 0;
    margin-bottom: 0;
  }
}
section.article_triplog .container .intro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
section.article_triplog .container .intro .article-tit {
  font-size: 1rem;
  padding: 0 0 20px 3px;
}
section.article_triplog .container .intro .column-head {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 3.2rem;
  line-height: calc(3rem + 1.5vw);
  color: #c43c48;
  padding-bottom: 5px;
  letter-spacing: -0.04em;
}
section.article_triplog .container .intro .column-head .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .column-head .br::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.article_triplog .container .intro .column-head {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .column-head {
    font-weight: 300;
    font-size: 2.3rem;
    padding-bottom: 10px;
    letter-spacing: -0.07em;
  }
}
section.article_triplog .container .intro .column-head2 {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 3.2rem;
  line-height: calc(2.5rem + 1.5vw);
  color: #1a8e9b;
  padding-bottom: 5px;
  letter-spacing: -0.04em;
}
section.article_triplog .container .intro .column-head2 .br::before {
  content: '\a';
  white-space: pre-wrap;
  display: inline;
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .column-head2 .br::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.article_triplog .container .intro .column-head2 {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .column-head2 {
    font-weight: 300;
    font-size: 2.3rem;
    padding-bottom: 10px;
    letter-spacing: -0.07em;
  }
}
section.article_triplog .container .intro .column-sub {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5em;
  color: #333;
  padding-bottom: 5px;
  letter-spacing: -0.03em;
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .column-sub {
    font-size: 1.1rem;
    padding-bottom: 1em;
    line-height: 1.5em;
  }
}
section.article_triplog .container .intro .writer {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1em;
  padding-left: 1px;
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .writer {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  section.article_triplog .container .intro .line-v {
    margin-top: 1em;
  }
}
section.article_triplog .container .column-body {
  font-family: 'Noto Serif KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto 4em auto;
}
@media (max-width: 576px) {
  section.article_triplog .container .column-body {
    padding: 0;
    margin-bottom: 1em;
  }
}
section.article_triplog .container .column-body .preface {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(59, 121, 101, 0.9568627451);
  margin-bottom: 2.5em;
  letter-spacing: -0.03em;
}
section.article_triplog .container .column-body .preface .preface-line {
  border-bottom: 2px solid #e2e3e4;
}
section.article_triplog .container .column-body .sub-heading {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4em;
  color: rgba(59, 121, 101, 0.9568627451);
  letter-spacing: -0.04em;
  margin: 2em 0 1.5em 0;
}
@media (max-width: 576px) {
  section.article_triplog .container .column-body .sub-heading {
    font-size: 1.5rem;
  }
}
section.article_triplog .container .column-body .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  color: #222;
  letter-spacing: -0.03em;
  text-align: justify;
}
section.article_triplog .container .column-body .text p {
  margin-bottom: 2.2em;
}
section.article_triplog .container .column-body .text p span.highlight1 {
  position: relative;
  font-weight: 500;
  color: #b96a9d;
  padding-bottom: 5px;
  box-shadow: inset 0 -10px 0 0 #ebf7fc;
}
section.article_triplog .container .column-body .text p span.refeng {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 2em;
  color: #a67f7f;
  letter-spacing: -0.01em;
  text-align: justify;
}
section.article_triplog .container .column-body .text p sup {
  vertical-align: baseline;
  position: relative;
  top: 0em;
  font-size: 1rem;
  margin-left: -0.2em;
}
section.article_triplog .container .column-body .text p span.footnote {
  font-family: 'Noto sans KR';
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2em;
  color: #333;
  letter-spacing: -0.03em;
  text-align: justify;
}
section.article_triplog .container .column-body .text .blockquote {
  font-family: 'Noto Sans KR';
  font-size: 0.9em;
  font-weight: 400;
  padding: 1em 2em;
  background-color: #f5f3f1;
  letter-spacing: -0.03em;
  border-left: 10px solid #a6a1a7;
  margin: 2em 0;
  line-height: 1.5em;
}
section.article_triplog .container .column-body .column_ref {
  margin-bottom: 30px;
  border-top: 1px solid #888;
}
section.article_triplog .container .column-body .column_ref .sub-box {
  width: 100%;
  max-width: 700px;
  font-size: 0.9rem;
  letter-spacing: -0.3px;
  line-height: 1.9;
  color: #333;
  font-weight: 300px;
  text-align: justify;
  margin-top: 1.4em;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  section.article_triplog .container .column-body .column_ref .sub-box {
    width: 100%;
    max-width: 760px;
  }
}
section.article_triplog .container .column-body .column-photo-700 {
  width: 100%;
  max-width: 700px;
  margin-top: 4em;
}
section.article_triplog .container .column-body .column-photo-700 img {
  border-radius: 1em;
  width: 100%;
}
section.article_triplog .container .column-body .column-photo-600 {
  width: 100%;
  max-width: 600px;
  margin: 2em auto 0 auto;
}
section.article_triplog .container .column-body .column-photo-600 img {
  border-radius: 1em;
  width: 100%;
}
section.article_triplog .container .column-body .column-photo-500 {
  width: 100%;
  max-width: 500px;
  margin-top: 4em;
  margin: 2em auto 0 auto;
}
section.article_triplog .container .column-body .column-photo-500 img {
  border-radius: 1em;
  width: 100%;
}
section.article_triplog .writer-info {
  font-family: 'Noto Sans KR';
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 4em;
}
@media (max-width: 576px) {
  section.article_triplog .writer-info {
    padding: 0 1.5em;
    margin-top: 2em;
  }
}
section.article_triplog .writer-info .photo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
section.article_triplog .writer-info .photo img {
  width: 100%;
}
section.article_triplog .writer-info .name {
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 1em 0 0.1em 0;
}
section.article_triplog .writer-info .role {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0.3em;
}
section.article_triplog .writer-info .detail {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 1.5em;
}
@media (max-width: 576px) {
  section.article_triplog .writer-info .detail {
    margin-top: 2em;
    font-size: 0.95em;
    line-height: 1.7em;
  }
} /*# sourceMappingURL=article_new.css.map */
