/* Name	: 공감그리고 vol_58 sub.css
/* Date	: 2025-11-05 */

.webzine-list .header-list {
  background-color: #fff !important;
}

/**************** 콘텐츠 타이틀 영역 ****************/
.section-header {
  border-bottom: 2px solid #000;
  padding-top: 12rem;
}
.section-header .contents-inner {
  max-width: 1440px;
  min-height: 350px;
  overflow: hidden;
}
.section-header header .sub_title {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.section-header header .sub_title span {

  font-size: 0.7em;
  margin-left: 0.8rem;
}
.section-header header .sub_title.color-main {
  color: #b15936;
}
.section-header header .sub_title.color-main02 {
  color: #4f4fb5;
}
.section-header header .sub_title.color-main03 {
  color: #df6569;
}
.section-header header .sub_title.color-main04 {
  color: #538365;
}
.section-header header h1 {
  max-width: 60%;
  font-size: 3em;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 3rem;
  text-align: left;
}
.section-header header h1 span {
  font-size: 0.6em;
  margin-top: 1em;
  display: block;
}
.section-header header h1 .sub_title {
  font-size: 0.5em;
  margin-top: 1.5em;
  display: block;
  font-weight: 500;
  line-height: 1.4em;
}
.section-header header h1 span:first-child {
  font-size: 0.4em;
}
.section-header header .writer {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-header header .writer span {
  display: inline-block;
}
.section-header header .writer span:not(:first-child) {
  margin-left: 2rem;
}
.section-header header .writer .writer2-3 {
  margin-left: 0 !important;
}
.section-header header .writer span::after {
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  display: inline-block;
  width: 1px;
  height: 15px;
  border-right: 2px solid #000;
  margin: -2px 1rem 0 1rem;
}
.section-header .img-circle,
.section-header .color-circle {
  position: relative;
  width: 27%;
  min-width: 388px;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-header .img-circle:before,
.section-header .color-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.section-header .img-circle > .content,
.section-header .color-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-header .img-circle {
  right: 100px;
}
.section-header .img-circle figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-header .img-circle figure img {width: 100%;}
.section-header .color-circle {
  right: 0;
}
.section-header .color-circle.color-main {
  background: #b15936;
}
.section-header .color-circle.color-main02 {
  background: #4f57a4;
}
.section-header .color-circle.color-main03 {
  background: #df6569;
}
.section-header .color-circle.color-main04 {
  background: #538365;
}
.section-header .prev,
.section-header .next {
  width: 60px;
  height: 60px;
  text-indent: -900px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-header .prev {
  background-image: url("../../../share/images/common/arrow_prev.svg");
  background-position: 40% center;
  left: 20%;
}
.section-header .next {
  background-image: url("../../../share/images/common/arrow_next.svg");
  background-position: 60% center;
  left: calc(20% + 70px);
}


/***************** 콘텐츠 헤딩기사 영역 *****************/
.heading-area {
  background: #272727;
  color: #fff;
}
.heading-area .contents-inner {
  max-width: 1440px;
  text-align: center;
  padding: 10rem 60px;
}
.heading-area .contents-inner::before, .heading-area .contents-inner::after {
  content: "";
  display: block;
  font-size: 10rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.heading-area .contents-inner::before {
  content: "(";
  left: 0;
}
.heading-area .contents-inner::after {
  content: ")";
  right: 0;
}
.heading-area .contents-inner.color-main::before, .heading-area .contents-inner.color-main::after {
  color: #b15936;
}
.heading-area .contents-inner.color-main02::before, .heading-area .contents-inner.color-main02::after {
  color: #4f57a4;
}
.heading-area .contents-inner.color-main03::before, .heading-area .contents-inner.color-main03::after {
  color: #df6569;
}
.heading-area .contents-inner.color-main04::before, .heading-area .contents-inner.color-main04::after {
  color: #538365;
}


/**************** 콘텐츠 내부 영역 ****************/
.contents-inner {
  max-width: 1000px;
  text-align: justify;
  padding: 10rem 20px;
  margin: 0 auto;
  position: relative;
}
.contents-inner.poem {
  max-width: 600px;
}
.contents-inner article {
  margin-bottom: 5em;
}
.contents-inner article header {
  margin-bottom: 1em;
}
.contents-inner article header h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  word-break: keep-all;
  text-align: left;
}
.contents-inner article header h2.line-header {
  padding-left: 15px;
}
.contents-inner article header h2.line-header::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  border-right: 5px solid #000;
  position: absolute;
  top: 3px;
  left: 0;
}

.contents-inner article:last-child {
  margin-bottom: 0;
}
.highlight_txt {
  font-style: italic;
  font-weight: 600;
}
.contents-inner article .highlight_txt span {
  font-style: normal;
  font-weight: 400;
}

.reference {
  font-size: 0.8em;
  line-height: 150%;
}


/**************** br 설정 *****************/
.mobile_only {display: none;}
.tablet_only {display: none;}
.pc_only {display: block;}
.pc-tablet_only {display: block;}

/**************** 이미지 *****************/
figcaption,
.figcaption {
  font-size: 0.8em;
  text-align: center;
  line-height: 150%;
  margin-top: 0.5rem;
  color: #666;
}

.info {margin-bottom: 3rem;}
.info h3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4f57a4;
  border-bottom: 2px solid #4f57a4;
  line-height: 120%;
  margin-bottom: 1rem;
}
.info p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin: 0;
  color: #666;
}
.info p i {color: #4f57a4;}

.img-grid {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
.img-grid figure {
  text-align: center;
}
.img-mobile {display: none;}

.img-center {
  max-width: 50%;
  padding: 40px 0;
  margin: 0 auto;
}
.img-right {
  max-width: 40%;
  margin: 40px 0;
  margin-left: auto;
}
.img-right figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.img-right figure figcaption {
  margin-right: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.img-left {
  max-width: 40%;
  margin: 40px 0;
}
.img-left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.img-left figure figcaption {
  margin-left: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.img-profile {
  max-width: 20%;
  padding: 40px 0;
  margin: 0 auto;
}
.img-profil figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* borderbox */
.border-box {
  font-size: 0.8em;
  line-height: 160%;
  margin: 5rem 2rem;
}
.border-box.main-color {
  color: #b15936;
  border-left-color: #b15936;
}
.border-box.main-color02 {
  color: #4f57a4;
  border-left-color: #4f57a4;;
}
.border-box.main-color03 {
  color: #df6569;;
  border-left-color: #df6569;;
}
.border-box.main-color04 {
  color: #538365;
  border-left-color: #538365;
}


/* 하단 작가 */
.foot-writer {
  font-size: 0.9em;
  text-align: center;
  word-break: keep-all;
  line-height: 150%;
  margin-top: 5rem;
}
.foot-writer::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  border-top: 3px solid #000;
  margin: 1rem auto;
}
.foot-writer .writer {
  font-weight: 600;
  margin-bottom: 1rem;
}

/* youtube */
.youtube_movie {
  position: relative;
  position: relative;
}
.youtube_movie:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.youtube_movie > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.youtube_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/********** 각주 **********/
.foot-note {
  font-size: 0.8em;
  border-top: 1px dashed #ccc;
  margin-top: 2rem;
  padding: 2rem 0;
  line-height: 1.4em;
}
.foot-note ul li {
  scroll-margin-top: 15rem;
  margin-bottom: 15px;
}

/***** 다음글, 홈, 이전글 *****/
.contents-footer {
  border-top: 1px solid #ccc;
}
.contents-footer .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents-footer .prev,
.contents-footer .next,
.contents-footer .home {
  width: 60px;
  height: 60px;
  text-indent: -900px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 30%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contents-footer .home {
  background-image: url("../../../share/images/common/home.svg");
  background-position: center;
  background-size: 60%;
  margin: 0 1em;
}
.contents-footer .prev {
  background-image: url("../../../share/images/common/arrow_prev.svg");
  background-position: 40% center;
}
.contents-footer .next {
  background-image: url("../../../share/images/common/arrow_next.svg");
  background-position: 60% center;
}


/******** 인터뷰 레이아웃 ********/
.qna-wrap {
  margin-bottom: 6rem;
}
.qna-wrap .question {
  font-weight: 600;
  line-height: 160%;
  padding-left: 50px;
  margin-bottom: 3rem;
  padding-top: 0.6em 
}
.qna-wrap .question::before {
  content: "";
  display: block;
  content: "Q";
  width: 40px; height: 40px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 6px;
  left: 0;
}

.qna-wrap .answer {margin-bottom: 3rem;}
.qna-wrap .answer .interviewee {
  font-weight: 600;
  line-height: 150%;
  border-bottom: 2px solid #4f57a4;;
  margin-right: 0.5rem;
  display: inline-block;
}
.qna-wrap.main-color .question::before {
  background: #b15936;
}
.qna-wrap.main-color .answer .interviewee {
  color: #b15936;
}
.qna-wrap.main-color02 .question::before {
  background: #4f57a4;
}
.qna-wrap.main-color02 .answer .interviewee {
  color: #4f57a4;
}
.qna-wrap.main-color03 .question::before {
  background: #df6569;;
}
.qna-wrap.main-color03 .answer .interviewee {
  color: #df6569;;
}
.qna-wrap.main-color04 .question::before {
  background: #538365;
}
.qna-wrap.main-color04 .answer .interviewee {
  color: #538365;
}


/* top_btn */

#top_btn {
  display: flex;
  opacity: 0;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 60%;
  bottom: 80px;
  -webkit-transform: translateX(520px);
          transform: translateX(520px);
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top_btn::before {
  content: "";
  display: block;
  content: "↑";
  width: 100%;
}
@media screen and (max-width: 1130px) {
  #top_btn {
    display: none;
  }
}


/************ PC_Media query ************/
@media screen and (max-width: 1440px) {
  .section-header .img-circle {
    right: 120px;
  }
  .section-header .color-circle {
    right: 20px;
  }
  .section-header .prev {
    left: 20px;
  }
  .section-header .next {
    left: 90px;
  }
  .tablet_only {display: none;}
}
@media screen and (max-width: 1200px) {
  .section-header .img-circle,
  .section-header .color-circle {
    min-width: auto;
  }
}

/************ Tablet_Media query ************/
@media screen and (max-width: 1024px) {
  .section-header .contents-inner {
    padding-top: 5rem;
  }
  .section-header header h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .section-header header {
    word-break: break-all;
  }
  .section-header .img-circle,
  .section-header .color-circle {
    width: 30%;
  }
  .img-profile {
  max-width: 50%;
  margin: 0 auto;
  margin-top: 4rem;
  }

  /*이미지*/
  .img-profile {max-width: 30%;}

  .pc_only {display: none;}
  .tablet_only {display: block;}
}

/************ Mobile_Media query ************/
@media screen and (max-width: 640px) {
  .contents-inner {
    word-break: break-all;
    padding: 5rem 2rem;
  }

  .section-header header h1 {
    max-width: none;
    text-align: left;
  }
  .section-header header .writer span:not(:first-child) {
    margin-left: 1rem;
  }
  .section-header .contents-inner {
    padding-bottom: 35%;
  }
  .section-header .img-circle,
.section-header .color-circle {
    width: 40%;
  }
  .section-header .color-circle {
    right: 25%;
  }
  .section-header .img-circle {
    right: 35%;
  }

  .section-header .prev,
.section-header .next {
    width: 40px;
    height: 40px;
  }
  .section-header .next {
    left: 65px;
  }

  .heading-area .contents-inner {
    padding: 6rem 50px;
  }
  .tablet_only {display: none;}


  /* 이미지 */
  .img-grid {
    display: block;
  }
  .img-grid figure {
    margin: 1rem 0;
  }
  .img-mobile {display: block;}
  .img-PC {display: none;}
  

  .img-center {
  max-width: none;
  padding: 15px 0;
  margin: 0 auto;
}
  .img-right {
    max-width: none;
    margin-left: 0;
  }
  .img-right figure {
    text-align: center;
    display: block;
  }
  .img-right figure figcaption {
    margin-right: 0;
  }

  .img-left {
    max-width: none;
  }
  .img-left figure {
    text-align: center;
    display: block;
  }
  .img-left figure figcaption {
    margin-left: 0;
  }

  .img-profile {
    max-width: 50%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-header header h1 {
    word-break: keep-all;
  }
  .section-header header h1 span {
    font-size: 0.7em;
  }
  .tablet_only {display: none;}
  .pc-tablet_only {display: none;}
  .mobile_only {display: block;}
}