@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* 
  cms 스타일용 파일
    cms에서 css 충돌 방지를 위해 #renewal2023 랩핑 필요
*/

/* ===================================== 
  본문요소
    제목, 부제, 날짜, 기자정보
    이미지, 이미지 크게보기    
    본문, 중제, 편집자주1, 편집자주2, 인용1, 인용2, 박스1, 박스2, 화보, 파일첨부
===================================== */

/* 제목 */
#renewal2023 .article-head {
  position: relative;
  max-width: 580px;
  margin: 0 auto 35px;
}
#renewal2023 .article-head .title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

/* 부제 */
#renewal2023 .article-head .subtitle,
#renewal2023 .article-text .subtitle {
  display: block;
  margin-top: 17px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #111;
}
#renewal2023 .article-text .subtitle {
  margin-top: 40px;
  font-size: 21px;
}
#renewal2023 .article-text {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #renewal2023 .article-head .title {
    font-size: 25px;
    font-weight: 900;
  }
  #renewal2023 .article-head .subtitle {
    font-size: 16px;
  }
  #renewal2023 .article-text .subtitle {
    font-size: 20px;
  }
}

/* 기자, 날짜 */
#renewal2023 .article-head .reporters {
  margin-top: 20px;
  font-size: 15px;
}
#renewal2023 .article-head .reporters a {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
#renewal2023 .article-head .dates {
  margin-top: 4px;
  height: 18px;
}
#renewal2023 .article-head .dates.open {
  height: auto;
}
#renewal2023 .article-head .dates li {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  vertical-align: top;
}
#renewal2023 .article-head .dates li + li {
  margin-left: 18px;
}
#renewal2023 .article-detail {
  position: relative;
  margin-top: 20px;
}
#renewal2023 .article-detail button {
  position: absolute;
  right: 0;
  top: 6px;
  display: none;
  width: 14px;
  height: 10px;
}
#renewal2023 .article-detail button:before {
  content:  "";
  position: absolute;
  inset: 0;
  width: 14px;
  height: 10px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/dropdown-arrow.svg) no-repeat center / 11px 7px;
  transform: rotate(0);
}
#renewal2023 .article-head .dates.open + button:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1279px) {
  #renewal2023 .article-head {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .article-head {
    max-width: none;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #renewal2023 .article-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #renewal2023 .article-head .reporters {
    margin-top: 0;
  }
  #renewal2023 .article-head .dates {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    overflow: hidden;
  }
  #renewal2023 .article-head .dates li + li {
    margin-left: 0;
  }
  #renewal2023 .article-detail button {
    display: block;
  }
}

 /* 이미지 */
#renewal2023 .image-area img {
  width: 100%;
}
#renewal2023 .image-area figcaption {
  position: relative;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.62;
  color: #666;
  text-align: left;
  font-weight: normal;
  display: table-caption;
  caption-side: bottom;
}

/*
  options
    size : w-1500, w-1200, w-970, w-860, w-840
*/
#renewal2023 .image-area.w-1500 {
  margin-left: -450px;
  margin-right: -450px;
}
#renewal2023 .image-area.w-1200 {
 margin-left: -300px;
 margin-right: -300px;
}
#renewal2023 .image-area.w-970 {
  margin-left: -195px;
  margin-right: -195px;
}
#renewal2023 .image-area.w-860 {
  margin-left: -140px;
  margin-right: -140px;
}
#renewal2023 .image-area.w-840 {
 margin-left: -130px;
 margin-right: -130px;
}
@media screen and (max-width: 1560px) {
  #renewal2023 .image-area.w-1500 {
    margin-left: -300px;
    margin-right: -300px;
  }
}
@media screen and (max-width: 1760px) {
  #renewal2023 .wrapper.photo .image-area.w-970 {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media screen and (max-width: 1279px) {
  #renewal2023 .image-area.w-1500 {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media screen and (max-width: 1023px) {
  #renewal2023 .image-area.w-970 {
    margin-left: -94px;
    margin-right: -94px;
  }
  #renewal2023 .image-area.w-860 figcaption {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #renewal2023 .image-area.w-1500 {
    margin-left: -50px;
    margin-right: -50px;
  }
  #renewal2023 .image-area.w-840 {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .image-area {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  #renewal2023 .image-area figcaption {
    padding: 0 20px !important;
  }
}

#renewal2023 .article-text .image-area {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  display: table;
}
/* 이미지 좌우 정렬 */
#renewal2023 .article-text .image-area.left {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
#renewal2023 .article-text .image-area.right {
  float: right;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}
#renewal2023 .article-text .text {
  margin: 40px 0;
  font-size: 19px;
  line-height: 1.76;
  color: #2a2a2a;
  word-break: keep-all;
  word-wrap: break-word;
}
#renewal2023 .article-text .text a {
  display: inline-block;
  text-decoration: underline;
  color: #00B8B1;
  word-break: break-all;
}
#renewal2023 .article-text .text a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #renewal2023 .article-text .image-area.left {
    margin-right: 20px !important;
    margin-left: 0 !important;
  }
  #renewal2023 .article-text .image-area.right {
    margin-left: 20px !important;
    margin-right: 0 !important;
  }
}

/* 이미지 크게보기 */
#renewal2023 .image-area .zoom-btn {
  position: absolute;
  right: 10px;
  top: -70px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}
#renewal2023 .image-area .zoom-btn:hover {
  background-color: #FFFFFF1A;
}
/* 이미지 크게보기 팝업 */
#renewal2023 .image-zoom-popup {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
#renewal2023 .image-zoom-popup:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
}
#renewal2023 .image-zoom-popup .thumbnail {
  position: absolute;
  left: 180px;
  right: 180px;
  top: 0;
  bottom: 0;
  max-width: calc(100% - 8vw);
}
#renewal2023 .image-zoom-popup .thumbnail .thumbnail:before {
  min-height: 100vh;
}
#renewal2023 .image-zoom-popup .zoom-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
#renewal2023 .image-zoom-popup .zoom-btn svg {
  width: 20px;
  height: 20px;
}
#renewal2023 .image-zoom-popup .zoom-btn svg line {
  stroke: rgba(255, 255, 255, 0.6);
}
#renewal2023 .image-zoom-popup .zoom-btn:hover {
  background-color: #FFFFFF1A;
}
#renewal2023 .image-zoom-popup.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  #renewal2023 .image-area .zoom-btn {
    display: none;
  }
  #renewal2023 .image-zoom-popup {
    display: none;
  }
}

/* 중제1 */
#renewal2023 .article-text .cont-midtitle {
  display: block;
  margin: 80px 0 40px;
}

/* 중제2 */
#renewal2023 .article-text .cont-midtitle.type1 .text {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  color: #111;
}
#renewal2023 .article-text .cont-midtitle.type2 {
  padding: 18px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#renewal2023 .article-text .cont-midtitle.type2 .text {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  color: #111;
}

/* 편집자주1 */
#renewal2023 .article-text .cont-desc {
  position: relative;
  margin: 50px 0 20px;
  padding: 50px 30px 20px;
  border: 1px solid #121212;
  font-size: 18px;
  line-height: 2.1;
  color: #2a2a2a;
  word-break: keep-all;
  word-wrap: break-word;
}
#renewal2023 .article-text .cont-desc:after {
  content: "";
  display: block;
  clear: both;
}
#renewal2023 .article-text .cont-desc + .cont-desc {
  margin-top: 20px;
}
#renewal2023 .article-text .cont-desc.type1:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 30px;
  height: 4px;
  width: 30px;
  background: #121212;
}
#renewal2023 .article-text .cont-desc .text {
  margin-top: 0;
}
#renewal2023 .article-text .cont-desc .text:last-child {
  margin-bottom: 0;
}
#renewal2023 .article-text .cont-desc .image-area {
  margin-top: 0;
}
#renewal2023 .article-text .cont-desc .image-area:last-child {
  margin-bottom: 0;
}

/* 편집자주2 */
#renewal2023 .article-text .cont-desc.type2 {
  padding-top: 63px;
}
#renewal2023 .article-text .cont-desc.type2:before {
  content: "편집자주";
  position: absolute;
  top: 25px;
  left: 30px;
  padding: 3px 8px;
  border: 1px solid #121212;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a2a2a;
}

/* 인용1 */
#renewal2023 .article-text .quote.type1 {
  position: relative;
  display: block;
  margin: 50px auto 70px;
  padding: 40px 60px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  word-break: keep-all;
  word-wrap: break-word;
}
#renewal2023 .article-text .quote.type1:before {
  content: "“";
  position: absolute;
  top: -14px;
  left: 0;
  padding: 0 10px;
  font-size: 50px;
  font-family: 'Noto Serif KR';
  background-color: #fff;
  line-height: 1;
  z-index: 1;
}
#renewal2023 .article-text .quote.type1:after {
  content: "”";
  position: absolute;
  bottom: -36px;
  right: 0;
  padding: 0 10px;
  font-size: 50px;
  font-family: 'Noto Serif KR';
  background-color: #fff;
  line-height: 1;
  z-index: 1;
}
#renewal2023 .article-text .quote.type1 .text {
  font-family: 'Noto Serif KR';
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.7;
}

/* 인용2 */
#renewal2023 .article-text .quote.type2 {
  position: relative;
  display: block;
  margin-left: 20px;
  padding: 25px;
  border: 1px solid #121212;
  border-radius: 30px;
  border-top-left-radius: 0;
  word-break: keep-all;
  word-wrap: break-word;
}
#renewal2023 .article-text .quote.type2:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: 28px;
  height: 20px;
  border-top: 1px solid #000;
  background-color: #fff;
}
#renewal2023 .article-text .quote.type2:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -25px;
  width: 28px;
  height: 1px;
  border-top: 1px solid #000;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}
#renewal2023 .article-text .quote.type2 .text {
  font-size: 18px;
  line-height: 2.1;
}
#renewal2023 .article-text .quote .text {
  margin-top: 0;
}
#renewal2023 .article-text .quote .text:last-child {
  margin-bottom: 0;
}
#renewal2023 .article-text .quote .image-area {
  margin-top: 0;
}
#renewal2023 .article-text .quote .image-area:last-child {
  margin-bottom: 0;
}

/* 박스1 */
#renewal2023 .article-text .cont-box {
  position: relative;
  margin: 50px 0 70px;
  letter-spacing: normal;
  color: #2a2a2a;
  line-height: 2.24;
  word-break: keep-all;
  word-wrap: break-word;
}
#renewal2023 .article-text .cont-box:after {
  content: "";
  display: block;
  clear: both;
}
#renewal2023 .article-text .cont-box.type1 {
  padding: 25px 30px 18px;
  border: 1px solid #121212;
}
#renewal2023 .article-text .cont-box.type1 .text {
  font-size: 17px;
  font-family: 'Noto Serif KR';
  font-weight: bold;
}

/* 박스2 */
#renewal2023 .article-text .cont-box.type2 {
  border-radius: 15px;
  padding: 30px;
  font-size: 18px;
  background-color: #F8F8F8;
}
#renewal2023 .article-text .cont-box .text {
  margin-top: 0;
}
#renewal2023 .article-text .cont-box .text:last-child {
  margin-bottom: 0;
}
#renewal2023 .article-text .cont-box .image-area:not(.left, .right) {
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#renewal2023 .article-text .cont-box .image-area:last-child {
  margin-bottom: 0;
}

/* 화보 */
#renewal2023 .series-photo-wrap {
  position: relative;
  margin: 50px 0 70px;
  margin-left: -127px;
  margin-right: -127px;
}
#renewal2023 .series-photo-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
#renewal2023 .series-photo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #12121280;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  z-index: 1;
}
#renewal2023 .series-photo-title {
  position: absolute;
  bottom: 110px;
  display: block;
  margin-left: 25px;
  margin-bottom: -10px;
  padding-right: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  pointer-events: none;
  transition: 0.2s;
  z-index: 2;
}
#renewal2023 .seires-photo-item {
  position: relative;
}
#renewal2023 .seires-photo-item a {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 17px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
  background-color: #FFFFFF4D;
  z-index: 10;
}
#renewal2023 .series-photo-wrap:hover:after,
#renewal2023 .series-photo-wrap:focus-within:after {
  opacity: 1;
}
#renewal2023 .series-photo-wrap:hover .seires-photo-item a,
#renewal2023 .series-photo-wrap:focus-within .seires-photo-item a {
  opacity: 1;
}
#renewal2023 .series-photo-wrap:hover .series-photo-title {
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #renewal2023 .series-photo-wrap {
    margin-left: -80px;
    margin-right: -80px;
  }
}

/* 파일첨부 */
#renewal2023 .attached {
  position: relative;
  margin: 50px 0 70px;
}
#renewal2023 .attached a {
  display: inline-block;
  min-width: 310px;
  padding: 11px 86px 11px 20px;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.15s;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/download.svg) no-repeat calc(100% - 30px) center / 18px #f9f9f9;
}
#renewal2023 .attached a:hover {
  background-color: #f1f1f1;
}
#renewal2023 .attached a + a {
  margin-top: 18px;
}

@media screen and (max-width: 1023px) {
  #renewal2023 .seires-photo-item a {
    padding: 11px 16px;
    font-size: 17px;
    opacity: 1;
  }
  #renewal2023 .series-photo-wrap:after {
    display: none;
  }
  #renewal2023 .series-photo-title {
    bottom: 100px;
    font-size: 18px;
    pointer-events: initial;
  }
  #renewal2023 .article-text .text {
    font-size: 17px;
    line-height: 1.7;
  }
  #renewal2023 .article-text .cont-desc .text {
    font-size: 17px;
    line-height: 1.7;
  }
  #renewal2023 .article-text .cont-midtitle.type1 .text {
    font-size: 23px;
  }
  #renewal2023 .article-text .cont-midtitle.type2 .text {
    font-size: 21px;
  }
  #renewal2023 .article-text .quote.type2 .text {
    font-size: 17px;
    line-height: 1.7;
  }
  #renewal2023 .article-text .cont-box.type1 .text {
    line-height: 1.7;
  }
  #renewal2023 .article-text .cont-box.type2 .text {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .series-photo-wrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  #renewal2023 .series-photo-wrap:after {
    transition: none;
    display: block;
    opacity: 1;
  }
  #renewal2023 .series-photo-title {
    bottom: unset;
    top: 20px;
  }
  #renewal2023 .series-photo-wrap:hover .series-photo-title {
    z-index: 2;
  }
  #renewal2023 .attached a {
    min-width: 0;
    font-size: 14px;
  }
}

/* ===================================== 
  포토 기사
===================================== */
#renewal2023 .view-photo-header {
  position: relative;
  display: flex;
  align-items: end;
  min-width: 100vw;
  height: 56vw;
  max-height: 84vh;
  padding-bottom: 60px;
  margin-top: -60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#renewal2023 .view-photo-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#renewal2023 .view-photo-header .article-head {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}
#renewal2023 .view-photo-header .article-head .title {
  max-width: 640px;
}
#renewal2023 .view-photo-header .article-detail {
  margin-top: 0;
}
#renewal2023 .view-photo-header .article-head .reporters {
  margin-top: 16px;
}
#renewal2023 .view-photo-header .article-head .subtitle {
  color: #fff;
}
#renewal2023 .view-photo-header .article-head a {
  color: #fff;
}
#renewal2023 .view-photo-header .article-head .dates li {
  color: #FFFFFFB3;
}
@media screen and (max-width: 1023px) {
  #renewal2023 .view-photo-header {
    padding-bottom: 20px;
  }
  #renewal2023 .view-photo-header .article-head {
    font-size: 32px;
  }
  #renewal2023 .view-photo-header .article-head .title {
    max-width: 500px;
    font-size: 32px;
  }
  #renewal2023 .wrapper.photo .image-area.w-860 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .view-photo-header {
    height: 118vw;
  }
  #renewal2023 .view-photo-header .article-head {
    margin-left: 0;
    max-width: 100%;
  }
  #renewal2023 .view-photo-header .article-detail {
    display: block;
  }
  #renewal2023 .view-photo-header .article-head .title {
    font-size: 24px;
  }
}
/* ===================================== 
  태그 기사
===================================== */
#renewal2023 .article-series-wrap {
  position: relative;
  margin-bottom: 80px;
}
#renewal2023 .article-series-inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 40px;
}
#renewal2023 .article-series-title {
  margin-top: 100px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  line-height: normal;
}
#renewal2023 .article-series-desc {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.65;
  color: #2a2a2a;
}
@media screen and (max-width: 1023px) {
  #renewal2023 .article-series-title {
    font-size: 28px;
  }
  #renewal2023 .article-series-inner {
    max-width: 640px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .article-series-title {
    margin-top: 50px;
    font-size: 25px;
    font-weight: 900;
  }
  #renewal2023 .article-series-inner {
    padding: 0 20px;
  }
}

#renewal2023 .article {
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
}
#renewal2023 .article.no-border:after {
  display: none;
}
#renewal2023 .article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: 1px;
  background-color: #dfdfdf;
}
@media screen and (max-width: 767px) {
  #renewal2023 .article:after {
    width: calc(100% - 40px);
  }
}

/* 기자 정보 */
#renewal2023 .writer-wrap {
  position: relative;
  padding-right: 42px;
}
#renewal2023 .writer-wrap.nowrap {
  padding-right: 0;
}
#renewal2023 .writer-wrap.nowrap .detail {
  padding-left: 0;
}
#renewal2023 .writer-wrap .info:after {
  content: "";
  display: block;
  clear: both;
}
#renewal2023 .writer-wrap .info {
  display: flex;
  align-items: center;
}
#renewal2023 .writer-wrap .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 0; 
}
#renewal2023 .writer-wrap .detail {
  padding-left: 10px;
  color: #363636;
}
#renewal2023 .writer-wrap .detail b {
  display: block;
  font-size: 14px;
  font-family: Roboto;
  font-weight: bold;
  color: #2a2a2a;
}
#renewal2023 .writer-wrap .detail a {
  text-decoration: underline;
  font-size: 14px;
}
#renewal2023 .writer-wrap .detail a:hover {
  text-decoration: none;
}
#renewal2023 .writer-wrap .detail span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  #renewal2023 .writer-wrap.nowrap .detail {
    justify-content: end;
  }
}

/* 제목 */
#renewal2023 .article .article-title {
  display: block;
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  #renewal2023 .article .article-title {
    font-size: 24px;
  }
}
#renewal2023 .article .image-area {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 0;
  line-height: 0;
}
#renewal2023 .article figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #727272;
  text-align: left;
  line-height: 1.5;
}
#renewal2023 .article .text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.76;
  color: #2a2a2a;
}
#renewal2023 .article .more-btn {
  display: block;
  margin: 15px auto 0;
  width: 120px;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  transition: 0.15s;
  background-color: #e5e5e5;
}
#renewal2023 .article .more-btn:hover {
  background-color: #c7c7c7;
}
#renewal2023 .article .more-btn.dark {
  padding: 5px 20px;
  background-color: rgba(229, 229, 229, 0.3);
  color: #fff;
  font-size: 16px;
}
#renewal2023 .article .more-btn.dark:hover {
  background-color: rgba(229, 229, 229, 0.6);
}
#renewal2023 .article .more-btn.arrow {
  position: relative;
  width: 56px;
  height: 56px;
  margin-top: 58px;
  border-radius: 50%;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/arrow-light.svg) no-repeat center / 26px;
  background-color: rgba(229, 229, 229, 0.3);
}
#renewal2023 .article .more-btn.arrow:hover {
  background-color: rgba(229, 229, 229, 0.6);
}
@media screen and (max-width: 1023px) {
  #renewal2023 .article .text {
    line-height: 1.6;
  }
  #renewal2023 .article .more-btn {
    margin-top: 40px;
    font-size: 16px;
  }
  #renewal2023 .article .more-btn.arrow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .article .text {
    font-size: 17px;
  }
  #renewal2023 .article .more-btn.dark {
    display: none;
  }
  #renewal2023 .article .more-btn.arrow {
    display: none;
  }
}

/* ===================================== 
  태그 기사 타입
    default(이미지 사이즈 유동적), bg 박스형, bg 1500px,
    bg fullscreen, noimage, 화보, 영상, SNS embeded, timeline
===================================== */

/* default(이미지 사이즈 유동적) */
#renewal2023 .flexible-area {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: auto;
  padding: 0 40px;
  font-size: 0;
  line-height: 0;
}
#renewal2023 .article.default .image-area {
  margin: 0 auto !important;
  width: max-content;
}
#renewal2023 .article.default .image-area img {
  max-width: calc(100vw - 80px);
}
#renewal2023 .article.default figcaption {
  max-width: min-content;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  #renewal2023 .flexible-area {
    width: 100%;
    padding: 0;
  }
  #renewal2023 .article.default .image-area {
    width: 100%;
  }
  #renewal2023 .article.default .image-area img {
    max-width: 100%;
  }
  #renewal2023 .article.default figcaption {
    padding: 0 20px;
  }
}

/* bg 박스형 */
#renewal2023 .article.bgBox {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  border: none;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1023px) {
  #renewal2023 .article.bgBox {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .article.bgBox {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* 화보 */
#renewal2023 .article.series-photo {
  padding-top: 5px;
}
#renewal2023 .article.series-photo .photo-item {
  max-height: 60%;
}
#renewal2023 .seriesPhotoSwiper {
  padding-bottom: 48px !important;
}
#renewal2023 .seriesPhotoSwiper .photo-item {
  position: relative;
  width: 100%;
  height: 100%;
}
#renewal2023 .seriesPhotoSwiper .photo-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
}
#renewal2023 .seriesPhotoSwiper .swiper-button-prev,
#renewal2023 .seriesPhotoSwiper .swiper-button-next {
  top: 0;
  width: 46px;
  height: 46px;
  margin-top: 0;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  color: #727272;
  background-color: #fff;
}
#renewal2023 .seriesPhotoSwiper .swiper-button-prev {
  left: auto;
  right: 58px;
}
#renewal2023 .seriesPhotoSwiper .swiper-button-next {
  right: 0;
}
#renewal2023 .seriesPhotoSwiper .swiper-button-prev:hover, 
#renewal2023 .seriesPhotoSwiper .swiper-button-next:hover {
  background-color: #ebebeb;
}
#renewal2023 .seriesPhotoSwiper .swiper-button-prev:after,
#renewal2023 .seriesPhotoSwiper .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  border: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
#renewal2023 .seriesPhotoSwiper .swiper-button-next:after {
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
#renewal2023 .seriesPhotoSwiper .swiper-pagination-bullet-active {
  background-color: #222;
}

@media screen and (max-width: 800px) {
  #renewal2023 .seriesPhotoSwiper .swiper-button-prev,
  #renewal2023 .seriesPhotoSwiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  #renewal2023 .seriesPhotoSwiper .swiper-button-prev {
    right: 66px;
  }
  #renewal2023 .seriesPhotoSwiper .swiper-button-next {
    right: 20px;
  }
  #renewal2023 .seriesPhotoSwiper .swiper-button-prev:after,
  #renewal2023 .seriesPhotoSwiper .swiper-button-next:after {
    width: 11px;
    height: 11px;
  }
}

/* bg fullscreen */
#renewal2023 .article.fullscreen {
  width: 100vw;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#renewal2023 .article.fullscreen:before {
  content: "";
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 57%;
  z-index: -1;
}
#renewal2023 .article.fullscreen .fullscreen-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
}
#renewal2023 .article .fullscreen-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#renewal2023 .article.fullscreen .article-series-inner {
  position: relative;
  z-index: 1;
}
#renewal2023 .writer-wrap.nowrap .detail {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
#renewal2023 .article.fullscreen .writer-wrap .detail b {
  font-size: 19px;
  color: #fff;
}
#renewal2023 .article.fullscreen .writer-wrap .detail a {
  font-size: 18px;
  color: #fff;
}
#renewal2023 .article.fullscreen .writer-wrap .detail span {
  margin-left: 0;
  font-size: 18px;
  color: #fff;
}
#renewal2023 .article.fullscreen .article-title {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  text-align: center;
  color: #fff;
  font-size: 52px;
  letter-spacing: -1.04px;
  line-height: 1.3;
  z-index: 1;
}
#renewal2023 .article.fullscreen .text {
  color: #fff;
  line-height: 1.5;
}
#renewal2023 .fullscreen-figcaption {
  padding: 0 10px;
  font-size: 13px;
  color: #727272;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 1279px) {
  #renewal2023 .article.fullscreen .article-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  #renewal2023 .article.fullscreen .fullscreen-inner {
    padding-bottom: 10px;
  }
  #renewal2023 .article.fullscreen .article-title {
    max-width: 620px;
    padding: 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2023 .article.fullscreen .article-series-inner {
    margin: 0;
  }
  #renewal2023 .article.fullscreen .article-title {
    margin: 15px 0;
    text-align: left;
    font-size: 18px;
  }
  #renewal2023 .article.fullscreen .writer-wrap .detail b {
    margin-right: auto;
    font-size: 12px;
  }
  #renewal2023 .article.fullscreen .writer-wrap .detail a {
    font-size: 12px;
  }
  #renewal2023 .article.fullscreen .writer-wrap .detail span {
    font-size: 12px;
  }
  #renewal2023 .article.fullscreen .text {
    display: none;
  }
  #renewal2023 .fullscreen-figcaption {
    padding: 0 20px;
  }
}

/* SNS embeded */
#renewal2023 .embeded-area {
  position: relative;
  margin-top: 20px;
}
#renewal2023 .article-text .embeded-area {
  margin: 50px auto 70px;
}
#renewal2023 .embeded-area iframe {
  width: 100% !important;
}
#renewal2023 .embeded-area .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#renewal2023 .embeded-area .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#renewal2023 .embeded-area .twitter-tweet,
#renewal2023 .embeded-area .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}
#renewal2023 .embeded-area .instagram-media {
  max-width: none !important;
  min-width: 0 !important;
}
#renewal2023 .embeded-area .fb_iframe_widget {
  width: 100%;
}
#renewal2023 .embeded-area .fb_iframe_widget span,
#renewal2023 .embeded-area .fb_iframe_widget iframe {
  max-width: 100%;
}

/* timeline */
#renewal2023 .timeline-wrap {
  position: relative;
  margin-top: 20px;
}
#renewal2023 .timeline-item {
  position: relative;
  padding-left: 70px;
  padding-bottom: 12px;
}
#renewal2023 .timeline-item:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #AAAAAA;
}
#renewal2023 .timeline-item:after {
  content: "";
  position: absolute;
  left: 13.5px;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #AAAAAA;
  z-index: 1;
}
#renewal2023 .timeline-item.is-new:before {
  background-color: #000000;
}
#renewal2023 .timeline-item.is-new:after {
  background-color: #FF6600;
}
#renewal2023 .timeline-item .time {
  display: block;
  font-family: 'Franklin Gothic';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #666;
}
#renewal2023 .timeline-item .time-title {
  display: block;
  font-size: 19px;
  font-weight: bold;
}
#renewal2023 .timeline-item:last-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  #renewal2023 .timeline-item {
    padding-left: 34px;
  }
  #renewal2023 .timeline-item:before {
    left: 7px;
  }
  #renewal2023 .timeline-item:after {
    left: -4px;
  }
  #renewal2023 .timeline-item .time {
    font-size: 12px;
  }
  #renewal2023 .timeline-item .time-title {
    font-size: 15px;
  }
}

#renewal2023 .thumbnail {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
}
/* 5:3 이미지 */
#renewal2023 .thumbnail:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 60%;
}
/* 6:4 이미지 */
#renewal2023 .thumbnail.large:before {
  padding-bottom: 66%;
}

/* 
  영상: .is-video
  화보: .is-photo / .is-scalable
  본문 화보 요소: .is-series
    *option: icon-lg
*/

/* 영상 */
#renewal2023 .thumbnail.is-video .icon {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 10px;
  width: 50px;
  height: 50px;
  border: 4px solid transparent;
  border-radius: 50%;
  transition: 0.2s;
}
#renewal2023 .thumbnail.is-video .icon:after {
  content: "";
  position: absolute;
  transition: 0.2s;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 3px 2px 0 -1px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/icon_play.svg) no-repeat center / cover;
  transform: scale(1.6);
}
#renewal2023 .thumbnail.is-video:hover .icon {
  border-color: #fff;
  box-shadow: 1px 0px 25px #333;
}
#renewal2023 .thumbnail.is-video:hover .icon:after {
  transform: scale(0.9);
}
/* 화보 */
#renewal2023 .thumbnail.is-photo .icon {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 9px;
  left: 9px;
  width: 50px;
  height: 50px;
  border: 4px solid transparent;
  border-radius: 50%;
  transition: 0.2s;
}
#renewal2023 .thumbnail.is-photo .icon:after {
  content: "";
  position: absolute;
  transition: 0.2s;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 2px 0 0 0;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/icon_photo.svg) no-repeat center / cover;
  transform: scale(1.2);
}
#renewal2023 .thumbnail.is-photo:hover .icon {
  border-color: #fff;
  box-shadow: 1px 0px 25px #333;
}
#renewal2023 .thumbnail.is-photo:hover .icon:after {
  transform: scale(0.8);
}
/* 이미지 확대 */
#renewal2023 .thumbnail.is-scalable .icon {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border: 4px solid transparent;
  border-radius: 50%;
  transition: 0.2s;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/zoom.svg) no-repeat center / 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* 본문요소 화보 */
#renewal2023 .thumbnail.is-series .icon {
  position: relative;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 12px 15px 12px 54px;
  border: 4px solid transparent;
  border-radius: 30px;
  transition: 0.2s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#renewal2023 .thumbnail.is-series .icon:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 33px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/icon_photo.svg) no-repeat 0 0 / cover;
}
@media screen and (max-width: 767px) {
  #renewal2023 .thumbnail.is-scalable .icon {
    width: 54px;
    height: 54px;
    background-size: 20px;
  }
  #renewal2023 .thumbnail.is-series .icon {
    padding-top: 9px;
    padding-bottom: 9px;
    z-index: 2;
  }
}
/* icon size option */
#renewal2023 .thumbnail.is-video.icon-lg .icon {
  position: absolute;
  bottom: 20px;
  left: 18px;
  width: 58px;
  height: 58px;
}
#renewal2023 .thumbnail.is-photo.icon-lg .icon {
  position: absolute;
  bottom: 20px;
  left: 18px;
  width: 58px;
  height: 58px;
}