@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/* VIEW Real Reviews single — VIEW Blog 상세와 동일 계열(TOC/FAQ/의료진은 viewblog-single.css) */
.vrealreview-single .notice-single__thumb--video {
  border-radius: 14px;
  overflow: hidden;
  background: #1a1410;
}
.vrealreview-single .notice-single__video {
  display: block;
  width: 100%;
  max-height: min(72vh, 640px);
  object-fit: contain;
  vertical-align: middle;
}

.vrealreview-single .vrealreview-section {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #ece8e2;
}
.vrealreview-single .vrealreview-section__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  color: #2c2721;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.3;
}

.vrealreview-toc {
  margin: 0 0 40px;
  padding: 24px 28px;
  border: 1px solid #e8e4df;
  border-radius: 12px;
  background: #fcfbfa;
}
.vrealreview-toc__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #4a433c;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: vrealreview-toc;
}
.vrealreview-toc__item {
  margin: 0;
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.45;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-toc__item a {
  color: #4a433c;
  text-decoration: none;
}
.vrealreview-toc__item a:hover {
  color: #7a6e66;
  text-decoration: underline;
}
.vrealreview-toc__item--h3 {
  padding-left: 16px;
  font-size: 14px;
}

.vrealreview-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vrealreview-faq__item {
  border: 1px solid #e8e4df;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.vrealreview-faq__item.active .vrealreview-faq__button {
  color: #7a6e66;
}
.vrealreview-faq__button {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-faq__q {
  flex: 0 0 auto;
  font-weight: 700;
  color: #b29565;
}
.vrealreview-faq__question {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #2c2721;
  line-height: 1.45;
}
.vrealreview-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #6f665e;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-faq__answer p:first-child {
  margin-top: 0;
}
.vrealreview-faq__answer p:last-child {
  margin-bottom: 0;
}
.vrealreview-faq__item.active .vrealreview-faq__answer {
  padding-bottom: 20px;
}

.vrealreview-doctor__card {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid #e8e4df;
  border-radius: 16px;
  background: #fcfbfa;
}
.vrealreview-doctor__media {
  flex: 0 0 160px;
  width: 160px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f0ec;
}
.vrealreview-doctor__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vrealreview-doctor__body {
  flex: 1 1 240px;
  min-width: 0;
}
.vrealreview-doctor__intro {
  margin: 0 0 8px;
  font-size: 14px;
  color: #9d958f;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-doctor__name {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #2c2721;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-doctor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.vrealreview-doctor__tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f0ea;
  color: #746b64;
  font-size: 13px;
  font-weight: 600;
}
.vrealreview-doctor__link {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #4a433c;
  color: #4a433c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
.vrealreview-doctor__link:hover {
  background: #4a433c;
  color: #fff;
}

.vrealreview-other-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 900px) {
  .vrealreview-other-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .vrealreview-other-posts__grid {
    grid-template-columns: 1fr;
  }
}
.vrealreview-other-posts__grid .view-tv-card {
  height: 100%;
}

@media (max-width: 640px) {
  .vrealreview-doctor__card {
    flex-direction: column;
    align-items: flex-start;
  }
  .vrealreview-doctor__media {
    width: 100%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 4/5;
  }
}
/* Real Review 상세 — viewblog-consult-cta (rr-post-nav는 shared/rr-post-nav) */
@media screen and (max-width: 1439.98px) and (min-width: 768px) {
  body.single-viewrealreviews .viewblog-consult-cta {
    margin-bottom: 100px;
  }
  body.single-viewrealreviews .viewblog-consult-cta__inner {
    height: auto;
    min-height: 200px;
    padding: 40px 28px;
  }
  body.single-viewrealreviews .viewblog-consult-cta__title,
  body.single-viewrealreviews .viewblog-consult-cta #viewblog-book-a-consultation {
    font-size: 36px;
    line-height: 1.15;
  }
  body.single-viewrealreviews .viewblog-consult-cta__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-viewrealreviews .viewblog-consult-cta {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  body.single-viewrealreviews .viewblog-consult-cta__inner {
    height: auto;
    min-height: 0;
    padding: 28px 20px;
    border-radius: 14px;
    background-position: center;
  }
  body.single-viewrealreviews .viewblog-consult-cta__title,
  body.single-viewrealreviews .viewblog-consult-cta #viewblog-book-a-consultation {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.single-viewrealreviews .viewblog-consult-cta__subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  body.single-viewrealreviews .viewblog-consult-cta__desc {
    font-size: 12px;
    line-height: 1.5;
  }
  body.single-viewrealreviews .viewblog-consult-cta__btn {
    width: auto;
    max-width: 260px;
    min-height: 44px;
    height: 44px;
    padding: 0 24px;
    font-size: 14px;
    white-space: nowrap;
  }
  body.single-viewrealreviews .viewblog-consult-cta__btn-text {
    white-space: nowrap;
  }
}