.wzmark {
  color: rgba(60, 65, 10, 0.6);
  font-size: 12px;
  vertical-align: top;
}

/* peoplein */

.peoplein {
  width: 100%;
  margin: 0 auto;
}

.peoplein .container {
  width: 100%;
  padding: 60px 20px 0 20px;
  margin: 0 auto;
}

.peoplein_linever {
  width: 1px;
  height: 50px;
  background-color: #838282;
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.peoplein_linever_c {
  width: 1px;
  height: 50px;
  background-color: #838282;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  .peoplein .container {
    width: 800px;
    padding: 60px 0 0 0px;
  }
}

/* peoplein_top */

.peoplein h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
  letter-spacing: -1px;
}

.peoplein .role {
  font-size: 2rem;
  line-height: 60px;
  letter-spacing: -2px;
  color: #6d6ea6;
  padding: 0 0 20px 0;
  font-family: 'Noto Nseri KR';
}

.peoplein_top .main-name {
  font-size: 3.5rem;
  letter-spacing: -0.06em;
  color: #6d6ea6;
  padding: 0 0 60px 0;
  line-height: 4em;
  font-family: 'Noto Serif KR';
  font-weight: 300;
  text-indent: -0.1px;
}

.peoplein .writerwording1 {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 28px;
  padding: 8px 10px 15px 5px;
  text-align: left;
  word-break: keep-all;
}

.peoplein .bodyname {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 2rem;
  padding: 32px 10px 25px 10px;
  text-align: center;
  word-break: keep-all;
}

.peoplein .writerwording1-1 {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 28px;
  padding: 8px 10px 15px 0;
  text-align: center;
  word-break: keep-all;
}
.peoplein .writerwording-body {
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 36px;
  padding: 8px 10px 15px 0;
  text-align: center;
  word-break: keep-all;
}

.peoplein .intro {
  text-align: left;
  margin-bottom: 30px;
  /* padding-left: 5px;
  padding-right: 15px; */
}

.peoplein .description {
  padding: 1.9em 2em 1.5em 2em;
  background-color: #f7f5f5;
  border-radius: 1em;
  margin-bottom: 4em;
}

.peoplein .description .head {
  font-family: 'Noto Sans KR';
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #43537b;
}
.peoplein .description .body {
  font-family: 'Noto Sans KR';
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 1em;
}

@media (min-width: 1400px) {
  .peoplein_top .role {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.7e;
    letter-spacing: -0.03em;
    color: #6d6ea6;
    padding: 0 0 0 0;
  }
  .peoplein_top .main-name {
    font-size: 3.5rem;
    line-height: 1.25em;
    letter-spacing: -0.04em;
    color: #6d6ea6;
    padding: 0 0 20px 0;
    text-indent: -2.1px;
  }
}

/* peoplein_content */

.bodycopy {
  /* font-family: "Noto Serif KR"; */
  font-size: 20px;
  letter-spacing: -1px;
  width: 100%;
  color: #4fa0b1;
  margin-bottom: 20px;
  text-align: center;
}

.linever {
  width: 1px;
  height: 50px;
  background-color: #838282;
  margin: 0 auto;
}

.peoplein_content {
  width: 100%;
  max-width: 800px;
  margin-bottom: 5em;
}
.peoplein_content .sub-head {
  font-size: 1.8rem;
  line-height: 28px;
  padding: 1.5em;
  text-align: center;
  color: #6d67b6;
  margin: 1.5em 0 2em 0;
  letter-spacing: -0.03em;
  border: 4px solid #b3b0dd;
  font-family: 'Noto Nseri KR';
  font-weight: 600;
}

.qna-box .peoplein_ans {
  margin-top: 2em;
  font-family: 'Noto Serif KR';
  font-size: 1.15rem;
  line-height: 2em;
  text-align: justify;
  color: #715395;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
}

.qna-box .peoplein_ans.ans_indent {
  text-indent: 2em;
}

.qna-box .peoplein_narr {
  font-family: 'Noto Sans KR';
  font-size: 1.05rem;
  line-height: 2em;
  color: #666;
  text-align: justify;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-left: 3em;
  margin: 3em 0;
}

.qna-box .peoplein_que {
  font-family: 'Noto Sans KR';
  font-size: 1.05rem;
  line-height: 32px;
  color: #333;
  text-align: justify;
  font-weight: 500;
  letter-spacing: -0.03em;
  /* padding-left: 2.5em; */
  margin: 1em 0;
}

.qna-box .peoplein_ans p {
  margin-bottom: 0.5em;
}

.qna-box-sub {
  margin-left: 2em;
}

.qna-box .peoplein_que {
  margin: 3em 0 0.8em 0;
}

.qna-box-sub .peoplein_que {
  margin: 0.8em 0 0.8em 0;
}

.peoplein_content .deco {
  font-weight: 600;
  border-bottom: 2px solid #e6c85e;
}

.peoplein_content .detail {
  font-size: 0.9rem;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #888;
  line-height: 1.6em;
  margin-top: 1em;
}

@media (max-width: 576px) {
  .peoplein .role {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: -0.03em;
  }

  .peoplein_top .main-name {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
    padding: 0 1em 0 0;
    line-height: 1.1em;
  }

  .peoplein_content .sub-head {
    font-size: 1.3rem;
    padding: 1.2em;
    margin: 1em 0 1em 0;
    border-radius: 0.5em;
  }

  .qna-box .peoplein_que {
    margin: 3em 0 0.8em 0;
  }

  .peoplein_content .deco {
    font-weight: 600;
    border-bottom: 2px solid #e6c85e;
  }

  .peoplein_content .detail {
    font-weight: 400;
  }

  .peoplein .description {
    padding: 1.5em;
    background-color: #f7f5f5;
    border-radius: 1em;
    margin-bottom: 4em;
  }

  .peoplein .description .head {
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }

  .peoplein .description .head:nth-child(1) {
    margin-top: 0.8em;
  }

  .peoplein .description .body {
    font-weight: 300;
    line-height: 1.6em;
  }
}

.peoplein .bodyphoto2 {
  max-width: 450px;
  margin: 0 auto;
}
.peoplein .bodyphoto2 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.peoplein .bodyphoto3 {
  max-width: 550px;
  margin: 0 auto;
}

.peoplein .bodyphoto3 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto4 {
  max-width: 650px;
  margin: 0 auto 10px auto;
}

.bodyphoto4 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto7 {
  max-width: 550px;
  margin: 0 auto;
}
.bodyphoto7 > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.bodyphoto8 {
  max-width: 450px;
  margin: 0 auto;
}

.bodyphoto8 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto800 {
  max-width: 800px;
  margin: 0 auto;
}

.bodyphoto800 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}

.bodyphoto_ext > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.peoplein .bodyphoto6 {
  height: 100vh;
  background: url(/90/img/peoplein1_86_4.jpg) no-repeat top center / cover;
  background-size: 1200px;
  background-position: 22% 40%;
}

@media (min-width: 576px) {
  .peoplein .bodyphoto1 {
    width: 550px;
    height: 350px;
    border-radius: 8px;
    background-size: 650px;
    background-position: 50% 40%;
  }
}

@media (min-width: 768px) {
  .peoplein .bodyphoto1 {
    width: 700px;
    height: 480px;
    background-size: 800px;
  }
}
@media (min-width: 992px) {
  .peoplein .bodyphoto1 {
    width: 850px;
    height: 550px;
    background-size: 900px;
  }
}

@media (min-width: 1200px) {
  .peoplein .bodyphoto1 {
    width: 1000px;
    background-size: 1000px;
    background-position: 50% 35%;
    height: 650px;
  }
}

@media (min-width: 1400px) {
  .peoplein .bodyphoto1 {
    width: 1000px;
    height: 650px;
    background-size: 1000px;
  }
}

/* peoplein-2_content */

.peoplein .bodyphoto1-1 {
  width: 100%;
  height: 350px;
  background: url(/90/img/peoplein1_86_main.jpg) no-repeat top center/cover;
  background-size: 545px;
  background-position: 58% 0%;
  margin: 0 auto;
  border-radius: 0.5em;
}

.peoplein .bodyphoto2-1 {
  width: 100%;
  height: 350px;
  background: url(/90/img/peoplein2_bg.jpg) no-repeat top center/cover;
  background-size: 600px;
  background-position: 78% 30%;
  margin: 0 auto;
}

.peoplein .bodyphoto3-1 {
  width: 100%;
  height: 350px;
  background: url(/90/img/peoplein22_bg.jpg) no-repeat top center/cover;
  background-size: 489px;
  background-position: 53% 30%;
  margin: 0 auto;
}

.bodyphoto2 {
  max-width: 450px;
  margin: 0 auto;
}
.bodyphoto2 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto3 {
  max-width: 550px;
  margin: 0 auto;
}

.bodyphoto3 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto4 {
  max-width: 650px;
  margin: 0 auto 10px auto;
}

.bodyphoto4 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto7 {
  max-width: 550px;
  margin: 0 auto;
}
.bodyphoto7 > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.bodyphoto8 {
  max-width: 450px;
  margin: 0 auto;
}

.bodyphoto8 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.bodyphoto_ext {
  max-width: 400px;
  margin: 0 auto;
}

.bodyphoto_ext > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

@media (min-width: 576px) {
  .peoplein .bodyphoto1-,
  .peoplein .bodyphoto2-1,
  .peoplein .bodyphoto3-1 {
    width: 550px;
    height: 350px;
    border-radius: 8px;
    background-size: 650px;
    background-position: 30% 40%;
  }
}

@media (min-width: 768px) {
  .peoplein .bodyphoto1-1,
  .peoplein .bodyphoto2-1,
  .peoplein .bodyphoto3-1 {
    width: 700px;
    height: 480px;
    background-size: 800px;
  }
}
@media (min-width: 992px) {
  .peoplein .bodyphoto1-1,
  .peoplein .bodyphoto2-1,
  .peoplein .bodyphoto3-1 {
    width: 850px;
    height: 550px;
    background-size: 900px;
  }
}

@media (min-width: 1200px) {
  .peoplein .bodyphoto1-1,
  .peoplein .bodyphoto2-1,
  .peoplein .bodyphoto3-1 {
    width: 1000px;
    background-size: 1000px;
    background-position: 50% 35%;
    height: 650px;
  }
}

@media (min-width: 1400px) {
  .peoplein .bodyphoto1-1,
  .peoplein .bodyphoto2-1,
  .peoplein .bodyphoto3-1 {
    width: 1000px;
    height: 650px;
    background-size: 1000px;
  }
}

/*people with - dot*/

/* peoplewith */
.peoplewith {
  width: 100%;
  margin: 0 auto;
}

.peoplewith .container {
  width: 100%;
  max-width: 800px;
  padding: 60px 20px 0 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .peoplewith .container {
    padding: 2em 0 0 0;
  }
}
@media (max-width: 576px) {
  .peoplewith .container {
    width: 100%;
    padding: 2em 0 0 0;
  }
}

/* peoplewith_top */

.peoplewith h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
  letter-spacing: -0.7px;
}
.peoplewith h2 {
  font-size: 50px;
  line-height: 68px;
  letter-spacing: -2px;
  color: #d7740a;
  padding: 0 0 20px 0;
}

.peoplewith h4 {
  font-size: 20px;
  letter-spacing: -1.1px;
  color: #76532d;
  padding: 0 0 20px 0;
  line-height: 32px;
}
.peoplewith .writerwording1 {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 28px;
  padding: 8px 10px 15px 5px;
  text-align: left;
  word-break: keep-all;
}
.peoplewith .writerwording1-1 {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #6d6ea6;
  line-height: 28px;
  padding: 8px 10px 15px 0;
  text-align: left;
  word-break: keep-all;
}
.peoplewith .intro {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .peoplewith h2 {
    font-size: 45px;
    line-height: 60px;
    padding: 0.2em 0;
  }
  .peoplewith h3 {
    font-size: 1rem;
    padding: 0 0 0.5em 0.2em;
    letter-spacing: -0.7px;
  }
  .peoplewith h4 {
    padding: 0 0 5px 0;
  }
}

@media (max-width: 576px) {
  .peoplewith h2 {
    font-size: 37px;
    letter-spacing: -0.07em;
    padding: 0 0 5px 0;
    line-height: 52px;
    margin: 0;
  }

  .peoplewith h4 {
    padding: 0.5em 0 0 0;
    font-size: 20px;
    line-height: 32px;
  }

  .peoplewith_top {
    padding: 0 1.7em 0 1.5em;
  }
}

/* peoplewith_content */
.bodycopy {
  font-family: 'Noto Serif KR';
  font-size: 20px;
  letter-spacing: -1px;
  width: 100%;
  color: #4fa0b1;
  margin-bottom: 20px;
  text-align: center;
}

.linever {
  width: 1px;
  height: 50px;
  background-color: #838282;
  margin: 0 auto;
}

.peoplewith_content .peoplewith_pro {
  font-size: 1.05rem;
  line-height: 32px;
  padding: 0 0 20px 0;
  text-align: justify;
  color: #736249;
  margin-bottom: 3em;
}

.peoplewith_content .qna-box {
  margin-bottom: 2.75em;
}

.peoplewith_content .qna-box:nth-last-child(1) {
  margin-bottom: 6.5em;
}

@media (max-width: 576px) {
  .peoplewith_content .qna-box:nth-last-child(1) {
    margin-bottom: 2.5em;
  }
}

.peoplewith_content .peoplewith_que {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75em;
  padding: 0 0 20px 0;
  text-align: justify;
  color: #d3914b;
  letter-spacing: -0.03em;
}
.peoplewith_content .peoplewith_ans {
  font-family: 'Noto Serif KR';
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  padding: 0;
  letter-spacing: -0.03em;
}

.peoplewith_content .peoplewith_ans p {
  margin-bottom: 1.3em;
}

@media (max-width: 576px) {
  .peoplewith_content .peoplewith_pro {
    padding: 0 1.5em;
  }
  .peoplewith_content .peoplewith_que {
    font-weight: 500;
    padding: 0 1.5em;
  }
  .peoplewith_content .peoplewith_ans {
    padding: 1.5em 1.5em 0 1.5em;
  }
}

.peoplewith .bodyphoto1 {
  width: 100%;
  max-width: 860px;
  height: 640px;
  background: url(/90/img/peoplewith89-1.jpg) no-repeat top center;
  background-size: 110%;
  margin: 0 auto;
  border-radius: 0.5em;
}

.peoplewith .bodyphoto1 {
  max-width: 860px;
  margin: 0 auto;
}
.peoplewith bodyphoto1 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.peoplewith .bodyphoto2 {
  max-width: 650px;
  margin: 0 auto;
}
.peoplewith bodyphoto2 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.peoplewith .bodyphoto6 {
  max-width: 550px;
  margin: 0 auto;
}
.peoplewith .bodyphoto6 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

@media (max-width: 867px) {
  .peoplewith .bodyphoto1 {
    width: 100%;
    height: 480px;
    background: url(/90/img/peoplewith89-1.jpg) no-repeat top center/cover;
    border-radius: 0;
  }
  .peoplewith .bodyphoto2 img {
    border-radius: 0;
  }
}

@media (max-width: 576px) {
  .peoplewith .bodyphoto1 {
    height: 400px;
  }
}

.line-v90 {
  width: 90%;
  height: 1px;
  margin: 30px 15px 10px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* sketch video  */

.sketch-video {
  margin-bottom: 5em;
}
.video-wrapper {
  width: 70vw;
  max-width: 700px;
  margin: 0 auto;
}
.video-wrapper video {
  border-radius: 1em;
}

@media (max-width: 768px) {
  .video-wrapper {
    width: 90vw;
  }
}

/*text decoration*/

.bottom_line_yellow {
  border-bottom: 1px solid #ece3ce;
  box-shadow: inset 0 -2px 0 0 #ecd2f6;
}
.bottom_line_yellow2 {
  border-bottom: 2px solid #ece3ce;
}

.bottom_line_blue {
  border-bottom: 3px solid #dbebf1;
  box-shadow: inset 0 -2px 0 0 #b5e5f6;
}

.bottom_line_blue2 {
  border-bottom: 2px solid rgb(202, 210, 228);
}

.bottom_line_purple {
  border-bottom: 1px solid #a854c9;
  box-shadow: inset 0 -2px 0 0 #c3aecb;
}

.bottom_line_red {
  border-bottom: 1px solid #ece3ce;
  box-shadow: inset 0 -2px 0 0 #dfd4b1;
  color: rgb(178, 69, 38);
}

.line-v {
  width: 100%;
  height: 1px;
  margin: 30px 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .line-v {
    margin: 20px 0 0 0;
  }
}

.line-v2 {
  width: 100%;
  height: 2px;
  margin: 3px 0 50px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.line-v3 {
  width: 100%;
  height: 1px;
  margin: 5px 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* article text */

/* issueimage */

.issue_bodyphoto1 {
  width: 100%;
  height: 30vh;
  background: url(/90/img/issue87-main.png) no-repeat top center / cover;
  background-position: 70%;
  border-radius: 8px;
}

.issue_bodyphoto3 {
  max-width: 650px;
  margin: 0 auto;
}

.issue_bodyphoto3 > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.issue_bodyphoto2 {
  max-width: 300px;
  margin: 0 auto;
}

.issue_bodyphoto2 > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* issue-sub1-img */

.issuesub1_bodyphoto1 {
  width: 100%;
  height: 30vh;
  background: url(/90/img/issuesub1bg_85.jpg) no-repeat top center / cover;
  background-position: 70%;
  border-radius: 8px;
}

@media (min-width: 576px) {
  .issuesub1_bodyphoto1 {
    height: 400px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .issuesub1_bodyphoto1 {
    height: 450px;
    background-position-y: 20%;
  }
}

@media (min-width: 992px) {
  .issuesub1_bodyphoto1 {
    height: 500px;
    background-position-y: 40%;
  }
}

@media (min-width: 1200px) {
  .issuesub1_bodyphoto1 {
    width: 70%;
    height: 500px;
    margin: 0 auto;
  }
}

/* issue-sub2-img */

.issuesub2_bodyphoto1 {
  width: 100%;
  height: 30vh;
  background: url(/90/img/issuesub2bg_83.jpg) no-repeat top center / cover;
  background-position: 70%;
  border-radius: 8px;
}

@media (min-width: 576px) {
  .issuesub2_bodyphoto1 {
    height: 400px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .issuesub2_bodyphoto1 {
    height: 450px;
    background-position-y: 20%;
  }
}

@media (min-width: 992px) {
  .issuesub2_bodyphoto1 {
    height: 500px;
    background-position-y: 40%;
  }
}

@media (min-width: 1200px) {
  .issuesub2_bodyphoto1 {
    width: 70%;
    height: 500px;
    margin: 0 auto;
  }
}

/* writer credit */

.writerimg_down {
  width: 100%;
  margin-top: 35px;
  text-align: center;
  display: block;
}

.writerimg_down-1 {
  width: 100%;
  margin-top: 35px;
  text-align: center;
  display: block;
}

.issue_writer_photo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
.issue_writer_photo img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.writer_down1 {
  font-size: calc(0.8rem + 1.5vw);
  text-align: center;
  padding-top: 10px;
}

.writer_down1-1 {
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}

.writer_down2 {
  font-size: calc(0.5rem + 1.5vw);
  text-align: center;
  color: #595959;
  padding-bottom: 15px;
}

.writerbody_down {
  width: 100%;
  font-size: calc(0.5em + 1.5vw);
  line-height: calc(1.2em + 1.5vw);
  padding: 0 30px 25px 30px;
  text-align: justify;
}

.writerbody_down-1 {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

@media (min-width: 576px) {
  .writer_down1 {
    font-size: calc(0.8rem + 1.2vw);
  }
  .writer_down2 {
    font-size: calc(0.4rem + 1vw);
    padding-bottom: 8px;
  }
  .writerbody_down {
    font-size: calc(0.5em + 1.1vw);
    line-height: calc(1.2em + 1.2vw);
  }
}

@media (min-width: 768px) {
  .writer_down1 {
    font-size: calc(0.8rem + 1.1vw);
  }
  .writer_down2 {
    font-size: calc(0.3rem + 1vw);
    padding-bottom: 8px;
  }
  .writerbody_down {
    font-size: calc(0.4em + 1vw);
    line-height: calc(1.1em + 1.1vw);
  }
}

@media (min-width: 992px) {
  .writer_down1 {
    font-size: calc(0.6rem + 1vw);
  }
  .writer_down2 {
    font-size: calc(0.2rem + 1vw);
    padding-bottom: 8px;
  }
  .writerbody_down {
    font-size: calc(0.2em + 1vw);
    line-height: calc(1em + 1vw);
    width: 670px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .writer_down1 {
    font-size: calc(0.6rem + 0.8vw);
  }
  .writer_down2 {
    font-size: calc(0.2rem + 0.8vw);
  }
  .writerbody_down {
    font-size: calc(0.2em + 0.8vw);
    line-height: calc(1em + 0.8vw);
  }
}

@media (min-width: 1400px) {
  .writer_down1 {
    font-size: calc(0.6rem + 0.7vw);
  }
  .writer_down2 {
    font-size: calc(0.2rem + 0.7vw);
  }
  .writerbody_down {
    padding: 0;
    width: 700px;
    font-size: calc(0.3em + 0.6vw);
    line-height: calc(1em + 0.7vw);
  }
}

/* column content */

/* .article_column .container {
  width: 100%;
  padding: 60px 20px 0 20px;
  margin: 0 auto;
}

.article_column h3 {
  font-size: 1rem;
  padding: 0 0 20px 3px;
}

.article_column h2 {
  font-size: 16px;
  padding: 0 0 20px 3px;
}

.article_column .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.9);
} */

/* .article_column .text p {
  font-size: 16px;
  padding: 10px 0;
  text-align: justify;
} */

/* @media (min-width: 992px) {
  .article_column .container {
    padding: 60px 80px 0 80px;
  }
}
@media (min-width: 1200px) {
  .article_column .container {
    padding: 60px 80px 0 80px;
  }
}

@media (min-width: 1400px) {
  .article_column .container {
    padding: 60px 120px 0 120px;
  }

  .article_column h2 {
    font-size: 21px;
  }
} */

.column_bodyphoto1 {
  width: 100%;
  height: 28vh;
  background: url(/90/img/columnbg_86.jpg) no-repeat top center / cover;
  background-size: 411px;
  background-position: 45%;
  border-radius: 8px;
}

.column2_bodyphoto1 {
  width: 100%;
  height: 30vh;
  background: url(/90/img/column-2bg_86.jpg) no-repeat top center / cover;
  background-size: 550px;
  background-position: 70%;
  border-radius: 8px;
}

.column_photo {
  max-width: 650px;
  margin: 0 auto;
}

.column_photo > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.column_photo3 {
  max-width: 500px;
  margin: 0 auto;
}

.column_photo3 > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.column_writer_photo {
  max-width: 170px;
  margin: 0 auto;
}
.column_writer_photo > img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .column_bodyphoto1 {
    height: 300px;
    background-size: 650px;
  }
  .column2_bodyphoto1 {
    height: 300px;
    background-size: 650px;
  }
}

@media (min-width: 768px) {
  .column_bodyphoto1 {
    height: 350px;
    background-size: 700px;
  }
}

@media (min-width: 992px) {
  .column_bodyphoto1 {
    height: 400px;
    background-size: 850px;
  }
  .column2_bodyphoto1 {
    height: 400px;
    background-size: 850px;
  }
}

@media (min-width: 1200px) {
  .column_bodyphoto1 {
    width: 70%;
    height: 400px;
    background: url(/90/img/columnbg_86.jpg) no-repeat top center / cover;
    background-position: 70%;
    margin: 0 auto;
  }
  .column2_bodyphoto1 {
    width: 70%;
    height: 400px;
    background: url(/90/img/column-2bg_86.jpg) no-repeat top center / cover;
    background-position: 70%;
    margin: 0 auto;
  }
  .column_writer_photo {
    width: 17%;
    height: 200px;
  }
}

/* #################### beyond  */
.beyond {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.beyond .inner {
  width: 100%;
  max-width: 800px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.beyond .inner .beyond-copy {
  width: 100%;
  color: #4c4c4c;
  border-bottom: 20px solid #769fb0;
  font-size: 1.1rem;
  padding-bottom: 1.5em;
}

.beyond .beyond-mainvisual {
  width: 100%;
  height: 500px;
  background: url(/90/img/beyond89-1.jpg) no-repeat top center/cover;
  background-size: cover;
}
.beyond-tit-wrapper {
  margin-bottom: 4em;
}
.beyond-tit-wrapper h1 {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -2px;
  width: 100%;
  color: #3e81a0;
  margin: 0.8em 0;
  line-height: 1.4em;
}

.beyond-tit-wrapper h2 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -1px;
  width: 100%;
  color: #3e81a0;
  margin: 0.8em 0;
  line-height: 1.5em;
}

.beyond-tit-wrapper p {
  font-family: 'Noto Serif KR';
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: -0.3px;
  width: 100%;
  color: #6a6969;
  text-align: justify;
}

.beyond-qna-tit {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  width: 100%;
  color: #fff;
  background-color: #3e81a0;
  padding: 1em 0 1em 1.7em;
  border-radius: 0.8em;
  margin-bottom: 1.5em;
  position: relative;
}

.beyond-q-box {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.5px;
  width: 100%;
  color: #fff;
  background-color: #b88393;
  padding: 1em 1.5em;
  border-radius: 0.8em;
}

.beyond-a-box {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.5px;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 1em;
  text-align: justify;
}
.beyond-a-box.answer-icon {
  position: relative;
  padding-left: 30px;
}
.beyond-a-box.answer-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(67%);
  width: 24px;
  height: 24px;
  background-image: url('/90/img/subdirectory_arrow_right.svg');
  background-size: cover;
}

.beyondimg-wrapper {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
  margin: 0 auto 4em auto;
}

.beyondimg-wrapper .beyondimg-1 {
  max-width: 700px;
  margin: 0 auto;
}

.beyondimg-wrapper .beyondimg-1 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.beyondimg-wrapper .beyondimg-2 {
  max-width: 300px;
  margin: 0 auto;
}
.beyondimg-wrapper .beyondimg-2 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.beyondimg-wrapper .beyondimg-3 {
  max-width: 500px;
  margin: 0 auto;
}
.beyondimg-wrapper .beyondimg-3 > img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.beyondimg-wrapper .cap {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  margin-top: 1em;
  text-align: center;
}

.beyond-info {
  display: flex;
  gap: 2em;
  margin-top: 3em;
  margin-bottom: 4em;
}
.beyond-info .beyond-info-banner {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  width: 100%;
  color: #4c4b4b;
  background-color: #faf4f4;
  padding: 1em 2em;
  border-radius: 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beyond-info .beyond-info-banner img {
  margin-right: 0.6em;
}
.beyond-info .beyond-info-banner a:hover {
  color: #187370;
  font-weight: 700;
}

@media (max-width: 768px) {
  .beyond .inner {
    width: 100vw;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .beyond .inner .beyond-copy {
    width: 100vw;
    color: #4c4c4c;
    border-bottom: 20px solid #88acbe;
    font-size: 1.1rem;
    padding: 0 1.7em 1.7em 1.7em;
    text-align: justify;
    margin: 0 auto;
  }
  .beyond-con-wrapper {
    padding: 0 1.4em;
  }
  .beyondimg-wrapper {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 576px) {
  .beyond {
    padding-top: 80px;
  }

  .beyond .inner {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .beyond .inner .beyond-copy {
    width: 100%;
    color: #4c4c4c;
    border-bottom: 20px solid #769fb0;
    font-size: 1.1rem;
    padding: 0 1.7em 1.7em 1.7em;
    text-align: justify;
    margin: 0 auto;
  }

  .beyond-body {
    padding: 0 1em;
  }

  .beyond-tit-wrapper {
    padding: 0 1.5em;
  }
  .beyond-tit-wrapper h1 {
    font-size: 2.5rem;
    line-height: 1.4em;
    font-weight: 600;
  }
  .beyond-tit-wrapper h2 {
    font-size: 1.3rem;
    margin-bottom: 2em;
  }
  .beyond-tit-wrapper p {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .beyond-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .beyond-info .beyond-info-banner {
    border-radius: 0;
  }

  .beyondimg-wrapper {
    width: 100%;
    gap: 1em;
    margin-bottom: 4em;
  }
  .beyond-con-wrapper {
    padding: 0;
  }

  .beyond-a-box {
    padding: 1em 1.4em 2em 2em;
    border-radius: 0.5em;
  }
  .beyondimg-wrapper .beyondimg-1 > img,
  .beyondimg-wrapper .beyondimg-3 > img {
    border-radius: 0;
  }
}
