/* AEO-RETROFIT 알프스치과 — 리드·FAQ·감수 표기 전용 스타일 (PC/모바일 공용, 기존 셀렉터 무간섭) */
.aeo-lead {
  max-width: 1000px;
  margin: 45px auto 10px;
  padding: 28px 34px;
  background: #f2f7fc;
  border-left: 4px solid var(--blue, #146ab4);
  border-radius: 0 14px 14px 0;
  text-align: left;
}
.aeo-lead p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  word-break: keep-all;
}
.aeo-faq {
  padding: 70px 20px 90px;
  background: #fff;
}
.aeo-faq .aeo-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.aeo-faq-title {
  font-size: 34px;
  color: var(--blue, #146ab4);
  margin: 0 0 35px;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
.aeo-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aeo-faq-list li {
  border: 1px solid #dde7f1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 16px;
  background: #fbfdff;
}
.aeo-faq-list .aeo-q {
  font-size: 19px;
  color: #1d1d1d;
  margin: 0 0 12px;
  line-height: 1.5;
  word-break: keep-all;
}
.aeo-faq-list .aeo-a {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.75;
  word-break: keep-all;
}
.aeo-faq-list .aeo-mark {
  color: var(--blue, #146ab4);
  font-weight: 700;
  margin-right: 4px;
}
/* EEAT 작성·의학 감수 카드 (윤OMFS .yo-author 통일형) — 스키마 MedicalWebPage author/reviewedBy(#dr-park)와 1:1 */
.aeo-author {
  max-width: 1000px;
  margin: 24px auto 0;
  background: #f2f7fc;
  border: 1px solid #dde7f1;
  border-left: 4px solid var(--blue, #146ab4);
  border-radius: 14px;
  padding: 28px 30px;
  text-align: left;
  word-break: keep-all;
}
.aeo-author-hd { display: flex; align-items: center; gap: 15px; margin: 0 0 16px; }
.aeo-author-av {
  flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%;
  background: var(--blue, #146ab4); color: #fff;
  font-weight: 800; font-size: 24px;
  display: flex; align-items: center; justify-content: center;
}
.aeo-author-eb { color: var(--blue, #146ab4); font-weight: 700; font-size: 13px; letter-spacing: .03em; margin: 0 0 4px; }
.aeo-author-nm { color: #1d2a3a; font-weight: 700; font-size: 19px; margin: 0; }
.aeo-author-role { font-weight: 400; color: #5a6b82; font-size: 14px; margin-left: 8px; }
.aeo-author-cr { color: #3a434f; font-size: 15px; line-height: 1.8; margin: 0 0 16px; }
.aeo-author-cl { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 8px; }
.aeo-author-cl li { position: relative; padding-left: 20px; font-size: 14px; color: #48515e; line-height: 1.65; }
.aeo-author-cl li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue, #146ab4); }
.aeo-author-dt { font-size: 12.5px; color: #94a1b0; margin: 0; }
.aeo-sr {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/* 찾아오시는길 모바일 미러(mobile/sub/sub_1/sub_8.php) 전용 — 해당 마크업(#location·.aeo-tel)은
   모바일 파일에만 존재하므로 PC 무간섭. sub_7의 절대배치 오버레이 대신 인플로우 지도·전화 버튼. */
#sub-wrap.sub_1-sub_8 #location {
  padding: 4vw 4vw 0;
}
#sub-wrap.sub_1-sub_8 #location .root_daum_roughmap {
  width: 100%;
  height: 72vw;
  overflow: hidden;
  border: 1px solid #bebebe;
  box-shadow: 0px 3vw 6vw 0px rgba(0, 0, 0, 0.19);
}
#sub-wrap.sub_1-sub_8 #location .root_daum_roughmap .wrap_map { height: 100%; }
#sub-wrap.sub_1-sub_8 #location .aeo-tel {
  display: block;
  margin: 4vw auto 5vw;
  width: 62vw;
  max-width: 340px;
  padding: 3vw 0;
  text-align: center;
  background: var(--blue, #146ab4);
  color: #fff;
  border-radius: 10vw;
  font-size: 4.4vw;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 768px) {
  .aeo-lead {
    margin: 25px 15px 5px;
    padding: 20px 22px;
  }
  .aeo-lead p { font-size: 15px; }
  .aeo-faq { padding: 45px 15px 55px; }
  .aeo-faq-title { font-size: 24px; margin-bottom: 22px; }
  .aeo-faq-list li { padding: 18px 20px; margin-bottom: 12px; }
  .aeo-faq-list .aeo-q { font-size: 16px; }
  .aeo-faq-list .aeo-a { font-size: 14px; }
  .aeo-author { padding: 20px 20px; margin: 16px 15px 0; }
  .aeo-author-av { width: 46px; height: 46px; font-size: 20px; }
  .aeo-author-nm { font-size: 16px; }
  .aeo-author-role { display: block; margin-left: 0; margin-top: 3px; }
  .aeo-author-cr { font-size: 14px; }
}
