.sc_visual_sub {
  width: 100%;
  padding: 80px 0 40px;
  margin-top: 75px;
  background: var(--pm-bg, #f4f7fc);
}

.sc_visual_sub .sc_form {
  position: static;
  padding: 0;
  background: none;
}
.sc_visual_sub .form_headline_box {
  margin-bottom: 25px;
}
.sc_visual_sub .headline {
  font-size: 29px;
  font-weight: 600;
}
.sc_visual_sub .form_area ul {
  gap: 10px;
}
.sc_visual_sub .cost_area .cost_list .cost_item {
  border-bottom: 1px solid var(--pm-line, #dde8f4);
}
.sc_visual_sub .cost_area .cost_list {
  border-top: 1px solid var(--pm-line, #dde8f4);
}
.slide_menu .menu_list .menu_item a.highlight {
  background-color: #fff;
  color: var(--brandColor);
  font-weight: 600;
}
.sub_page {
  margin-top: 45px;
}
.sub_cont {
  display: flex;
  padding: 0px 0 0 0;
}
.sub_cont .inner {
  display: flex;
  gap: 40px;
}
.top_blank {
  margin-top: 55px;
}
.text_page {
  width: 75%;
  margin-left: auto;
}
.sub_form {
  background: var(--pm-surface, #fff);
  padding: 45px 0;
}
.sub_form .row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.sub_form .row .lead_form {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  gap: 30px;
}
.sub_sc_top .form_area {
  margin-top: 20px;
}
/* sub_sc_top */
.sub_sc_top {
  background: var(--pm-surface, #fff);
  border-bottom: 1px solid var(--pm-line, #dde8f4);
}
/* slide_menu */
.slide_menu {
  position: relative;
  position: sticky;
  flex: 1;
  height: 100%;
  padding: 50px 20px 50px 0px;
  background: var(--pm-bg, #f4f7fc);
  z-index: 10;
  min-width: 300px;
}
.slide_menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: var(--pm-bg, #f4f7fc);
}
.slide_menu .menu_sticky {
  position: sticky;
  top: 140px;
}
.slide_menu .menu_headline {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--brandColor);
}

.slide_menu .menu_list .menu_item a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 10px;
  border-top: 1px solid var(--pm-line, #dde8f4);
  cursor: pointer;
  color: var(--pm-text, #3d4556);
  word-break: keep-all;
  line-height: 1.4;
}
.slide_menu .menu_list .menu_item a br {
  display: none;
}
.slide_menu .menu_list .menu_item:last-child {
  border-bottom: 1px solid var(--pm-line, #dde8f4);
}
/* text_page 텍스트 크기 기본 설정 */
.text_page {
  padding: 40px 0;
}
.text_page .content_headline {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px;
  border-radius: 12px;
  color: var(--pm-text, #3d4556);
  background: var(--brand-tint-mid, rgba(92, 168, 224, 0.22));
  border: 1px solid var(--pm-line, #dde8f4);
  border-left: 4px solid var(--brandColor, #5ca8e0);
}
.text_page .content_headline br {
  display: none;
}
.text_page .content_box {
  padding: 30px 0px;
  /* 스티키 목차보다 아래 레이어에 두어, 스크롤 시 figure·img가 목차를 덮지 않게 함 */
  position: relative;
  z-index: 0;
}
.sub_all .content_box strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  padding: 15px 0 10px;
}
.sub_all pre {
  font-size: 18px;
  line-height: 1.8;
}
.sub_all pre b {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
.sub_all .content_box p {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.8;
}
.sub_all .content_box i {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.sub_all .content_box img {
  display: block;
  padding: 20px 0;
}
.sub_all .content_box b {
  display: block;
  padding: 10px 0 5px 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.sub_all .content_box ul {
  display: block;
  padding: 15px 0;
  margin-left: 1.5em;
}
.sub_all .content_box li {
  display: block;
  font-size: 18px;
  line-height: 1.8;
}
.sub_all .content_box li:not(b li)::before {
  content: "⦁ ";
}
.sub_all .content_box a {
  font-size: 1.15rem;
  text-decoration: underline;
  font-weight: 300;
  word-break: break-all;
}
.sub_all .content_box table {
  width: 100%;
  margin: 10px 0 20px 0;
}
.sub_all .content_box th,
.sub_all .content_box td {
  padding: 8px 15px;
}
.sub_all .content_box th {
  font-weight: 500;
}
.sub_all .content_box td {
  line-height: 1.3;
}
.sub_all .content_box tr {
  white-space: nowrap;
}
.table_reponsive {
  overflow: auto;
}

/* ----- sub.php 콘텐츠1 (자동차보험료 비교견적사이트의 필요성) 전용 ----- */
.sub_all .content_box .sub_seo_guide {
  max-width: 100%;
}
.sub_all .content_box .sub_seo_guide .sub_seo_lead {
  font-size: 1.05em;
  line-height: 1.85;
  padding-bottom: 1.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e8eaed;
}
.sub_all .content_box .sub_seo_guide .sub_seo_kw {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  font-weight: 700;
  color: #1e293b;
}
.sub_all .content_box .sub_seo_guide .sub_seo_figure {
  margin: 0 0 1.75rem;
  padding: 0;
  text-align: center;
}
.sub_all .content_box .sub_seo_guide .sub_seo_figure img {
  display: block;
  max-width: min(100%, 560px);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.sub_all .content_box .sub_seo_guide h3.sub_seo_h {
  display: block;
}
.sub_all .content_box .sub_seo_guide h4.sub_seo_card_title {
  display: block;
}
.sub_all .content_box .sub_seo_guide .sub_seo_h {
  display: block;
  margin: 2rem 0 1rem;
  padding: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  border-bottom: 2px solid var(--brandColor, #3b82f6);
}
.sub_all .content_box .sub_seo_guide .sub_seo_intro_table {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
}
.sub_all .content_box .sub_seo_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}
.sub_all .content_box .sub_seo_card {
  margin: 0;
  padding: 1.15rem 1.2rem;
  background: var(--pm-surface, #fff);
  border: 1px solid var(--pm-line, #dde8f4);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(92, 168, 224, 0.06);
}
.sub_all .content_box .sub_seo_card_title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}
.sub_all .content_box .sub_seo_card .sub_seo_card_body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.72;
  color: #334155;
}
.sub_all .content_box .sub_seo_callout {
  margin: 0 0 0.5rem;
  padding: 1rem 1.15rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #d97706;
  border-radius: 8px;
}
.sub_all .content_box .sub_seo_callout p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.72;
  color: #78350f;
}
.sub_all .content_box .sub_seo_table_wrap {
  overflow-x: auto;
  margin: 0.5rem 0 1.5rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  -webkit-overflow-scrolling: touch;
}
.sub_all .content_box .sub_seo_table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.65;
}
.sub_all .content_box .sub_seo_table caption {
  caption-side: top;
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 15px;
  color: #334155;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.sub_all .content_box .sub_seo_table thead th {
  background: var(--brand-tint-mid, rgba(92, 168, 224, 0.22));
  color: var(--pm-text, #3d4556);
  font-weight: 600;
  text-align: left;
  padding: 12px 14px;
  border: 1px solid var(--pm-line, #dde8f4);
}
.sub_all .content_box .sub_seo_table tbody th[scope="row"] {
  width: 26%;
  min-width: 7.5rem;
  background: #f1f5f9;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  vertical-align: top;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  white-space: normal;
}
.sub_all .content_box .sub_seo_table tbody td {
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  color: #334155;
  vertical-align: top;
  white-space: normal;
}
.sub_all .content_box .sub_seo_table tbody tr:nth-child(even) td,
.sub_all .content_box .sub_seo_table tbody tr:nth-child(even) th[scope="row"] {
  background: #fafbfc;
}
.sub_all .content_box .sub_seo_table tr {
  white-space: normal;
}
.sub_all .content_box .sub_seo_table.sub_seo_table_cols3 tbody th[scope="row"] {
  width: 12%;
  min-width: 4.5rem;
}
.sub_all .content_box .sub_seo_table.sub_seo_table_cols3 td {
  width: 44%;
}
.sub_all .content_box .sub_seo_outro {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px dashed #cbd5e1;
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
}
@media (max-width: 960px) {
  .sub_all .content_box .sub_seo_cards {
    grid-template-columns: 1fr;
  }
}

/* sub_qna.php FAQ 영역 (자주 묻는 질문) */
.sub_qna .sc_qna__sub {
  padding: 24px 0 72px;
  background: var(--pm-bg, #f4f7fc);
}
.sub_qna .sc_qna__sub .inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.sub_qna .sc_qna__sub .headline {
  margin: 0 0 28px;
  padding: 0 0 18px;
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.02em;
  border-bottom: 3px solid var(--brandColor, #3b82f6);
  position: relative;
}
.sub_qna .sc_qna__sub .headline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 42%;
  height: 3px;
  background: var(--brandColor, #5ca8e0);
  opacity: 0.28;
}
.sub_qna .sub_qna_faq_block {
  max-width: 100%;
}
.sub_qna .sub_qna_faq_lead {
  margin: 0 0 1.35rem;
  padding: 1.15rem 1.25rem;
  font-size: 1.06em;
  line-height: 1.88;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.sub_qna .sub_qna_faq_lead .sub_seo_kw {
  display: inline;
  font-weight: 700;
  color: #0f172a;
}
.sub_qna .sub_qna_faq_block .qna_list {
  gap: 0;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item {
  margin-bottom: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item:last-child {
  margin-bottom: 0;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .q_box {
  border-radius: 0;
  background: var(--pm-surface, #fff);
  transition: background 0.2s ease;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .q_box:hover {
  background: #f1f5f9;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .q_box.on {
  background: rgba(92, 168, 224, 0.1);
  border-bottom: 1px solid #e2e8f0;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .q_box .q_wrap h3.qna_q_text {
  color: #0f172a;
  font-weight: 700;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .q_box .q_wrap .qna_mark--q {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .a_box .a_wrap {
  border-top: none;
  background: var(--pm-bg, #f4f7fc);
  border-left: 4px solid var(--brandColor, #5ca8e0);
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .a_box .txt_box p {
  font-size: 17px;
  line-height: 1.78;
  color: #334155;
  max-width: 58rem;
}
.sub_qna .sub_qna_faq_block .qna_list .qna_item .a_box .qna_mark--a {
  box-shadow: 0 2px 8px rgba(92, 168, 224, 0.28);
}
.sub_qna .sub_qna_faq_block .qna_q_text {
  scroll-margin-top: 96px;
}

/* -----------------------------------------------------------------
   sub_qna FAQ — 모던 아코디언 (사이트 블루 톤과 통일)
   ----------------------------------------------------------------- */
@keyframes subQnaAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub_qna .sub_qna_faq_chat {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sub_qna .sub_qna_faq_chat .sub_qna_faq_lead {
  margin: 0 0 22px;
  max-width: none;
  padding: 16px 20px;
  font-size: 0.98rem;
  line-height: 1.75;
  text-align: left;
  color: #475569;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.sub_qna .sub_qna_faq_chat .qna_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item {
  margin-bottom: 0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item:last-child {
  margin-bottom: 0;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box:hover {
  background: #f8fafc;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box.on {
  background: rgba(13, 71, 161, 0.05);
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box.on .q_wrap {
  box-shadow: none;
  filter: none;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box img {
  display: none;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap::after {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  transition:
    transform 0.25s ease,
    border-color 0.2s ease;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box.on .q_wrap::after {
  transform: rotate(-135deg);
  border-color: var(--brandColor, #0d47a1);
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap .qna_mark--q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brandColor, #0d47a1) 0%, var(--brandColor-deep, #0a3769) 100%);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(13, 71, 161, 0.28);
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap h3.qna_q_text {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .a_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 18px 20px 20px;
  background: #f8fafc;
  border: none;
  border-top: 1px solid #eef2f7;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box.show .a_wrap {
  animation: subQnaAnswerIn 0.32s ease-out;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .qna_mark--a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  border-radius: 8px;
  background: rgba(13, 71, 161, 0.1);
  color: var(--brandColor, #0d47a1);
  box-shadow: none;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .txt_box {
  flex: 1;
  min-width: 0;
}

.sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .txt_box p {
  margin: 0;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
  letter-spacing: -0.01em;
}

@media (prefers-reduced-motion: reduce) {
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box.show .a_wrap {
    animation: none;
  }
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap::after {
    transition: none;
  }
}

@media (max-width: 767px) {
  .sub_qna .sc_qna__sub {
    padding: 16px 0 56px;
  }
  .sub_qna .sc_qna__sub .headline {
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: 1.5rem;
  }
  .sub_qna .sub_qna_faq_lead {
    padding: 1rem 1.05rem;
    font-size: 1rem;
  }
  .sub_qna .sub_qna_faq_block .qna_list .qna_item .a_box .txt_box p {
    font-size: 16px;
  }
  .sub_qna .sub_qna_faq_chat {
    padding: 0;
  }
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box {
    padding: 15px 16px;
  }
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .q_box .q_wrap h3.qna_q_text {
    font-size: 15px;
  }
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .a_wrap {
    padding: 15px 16px 17px;
  }
  .sub_qna .sub_qna_faq_chat .qna_list .qna_item .a_box .txt_box p {
    font-size: 15px;
  }
}

/* sc_qna */
.sub_qna .bohum_logo {
  height: fit-content;
}
.sc_qna__sub {
}
.sc_qna__sub .headline {
  margin-bottom: 30px;
}
.qna_page {
  margin-top: 85px;
}
.qna_page .sub_sc_top {
  padding: 0;
}
.sc_qna__sub .content_headline {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-left: 50px;
}
.sc_qna__sub .content_headline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../images/favicon-32x32.png) no-repeat center/contain;
}
/* .sc_qna__sub .qna_list .qna_item:not(:last-child){
  margin-bottom: 30px;
} */
.sc_qna__sub .qna_list .qna_item .question_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  gap: 60px;
  background: var(--brandColor);
  color: #fff;
}

.sc_qna__sub .qna_list .qna_item .question_box:nth-last-child(1) a {
  border-bottom: none;
}
.sc_qna__sub .qna_list .qna_item .question_box .title_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  font-size: 24px;
}
.sc_qna__sub .qna_list .qna_item .question_box .title_wrap p {
  flex: 1;
  line-height: 1.2;
}
.sc_qna__sub .qna_list .qna_item .answer_box {
  height: auto;
  padding: 40px 40px;
  background: #f8f8f8;
  overflow: auto;
}
.sc_qna__sub .qna_list .qna_item .answer_box em {
  font-size: 1.8rem;
  padding-right: 15px;
}
.sc_qna__sub .qna_list .qna_item .answer_box p {
  line-height: 1.6;
  font-size: 18px;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .sub_form .row {
    flex-direction: column;
  }

  .sub_form .row .lead_form {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .date_wrap .title_wrap {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .slide_menu .menu_headline {
    font-size: 30px;
  }
  .slide_menu .menu_list .menu_item a {
    font-size: 16px;
  }
  .slide_menu .menu_list .menu_item a {
    padding: 20px 5px;
  }
}

@media (max-width: 959px) {
  .sub_sc_top {
    padding: 25px 0 50px 0;
  }
  .text_page .content_headline {
    font-size: 30px;
  }
  .sub_all .content_box strong {
    font-size: 24px;
  }
  .sub_all .content_box p,
  .sub_all .content_box li {
    font-size: 18px;
  }

  .sub_page .inner {
    flex-direction: column;
  }
  .slide_menu {
    padding: 50px 20px;
    border-radius: 15px;
  }
  .slide_menu::before {
    display: none;
  }
  .slide_menu {
    margin-top: 30px;
  }
  .slide_menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .slide_menu .menu_list .menu_item a {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #fff;
  }
  .slide_menu .menu_list .menu_item:last-child {
    border: none;
  }
  .slide_menu .menu_list .menu_item br {
    display: none;
  }
  .text_page {
    width: 100%;
    padding: 0;
  }

  /* sub_content_head */
  .sub_page .headline {
    font-size: 29px;
  }
  .sc_qna__sub .qna_list .qna_item .answer_box {
    padding: 30px 30px;
  }
  .sc_qna__sub .qna_list .qna_item .question_box .title_wrap {
    gap: 7px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .top_blank {
    margin-top: 45px;
  }
  .text_page .content_headline {
    font-size: 30px;
    padding: 15px 15px;
  }
  .sub_all .content_box strong {
    font-size: 22px;
  }
  .sub_all pre {
    font-size: 16px;
    line-height: 1.6;
  }
  .sub_form {
    padding: 30px 0 0px 0;
  }
  .sc_qna__sub .content_headline {
    font-size: 35px;
  }
  /* sub_content_head */
  .sub_page .headline {
    font-size: 28px;
  }
  .sub_page .content_head h1 {
    font-size: 6vw;
    font-size: clamp(37px, 6vw, 45px);
    margin-bottom: 10px;
  }
  .sub_page .content_head p {
    font-size: 2.3vw;
    font-size: clamp(16px, 2.3vw, 17px);
    margin-top: 10px;
  }
  .sub_page .content_head p span {
    display: block;
  }

  /* sub_card */
  .sub_page .sc_card__sub .headline_box .headline {
    font-size: clamp(25px, 6vw, 35px);
  }
  .sub_page .sc_card__sub .new_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .sub_page .sc_card__sub .new_list .new_item .new_link .img_box {
    height: 220px;
  }
  .sub_page .sc_card__sub .new_list .new_item .new_link .desc {
    font-size: clamp(13px, 3.5vw, 15px);
  }
  .sub_page .sc_card__sub .new_list .new_item em {
    font-size: clamp(13px, 3.5vw, 14px);
    width: 45px;
    height: 25px;
    line-height: 25px;
  }

  /* sub_list */
  .sub_page .sc_list__sub ul li {
    margin-bottom: 15px;
  }
  .sub_page .sc_list__sub ul li:not(:last-child) {
    border-bottom: none;
  }
  .sub_page .sc_list__sub ul li a {
    border-bottom: none;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .sub_page .sc_list__sub ul li a .img_wrap {
    display: none;
  }
  .sub_page .sc_list__sub ul li a .title_wrap strong {
    font-size: 5vw;
    font-size: clamp(17px, 5vw, 19px);
  }
  .sub_page .sc_list__sub ul li a .title_wrap p {
    margin-top: 15px;
  }
}
@media (max-width: 586px) {
  .sub_all .content_box p,
  .sub_all .content_box li {
    font-size: 16px;
  }
  .sub_all .content_box strong {
    font-size: 21px;
  }
  .sub_all .content_box b {
    font-size: 18px;
  }
  .sub_all .content_box ul {
    margin-left: 15px;
  }
  /* sub_card */

  .content_head {
    margin-bottom: 60px;
  }
  .slide_menu {
    padding: 30px 20px;
  }
  .slide_menu .menu_headline {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .slide_menu .menu_list {
    gap: 10px;
  }
  .slide_menu .menu_list .menu_item a {
    padding: 8px 10px;
    font-size: 14px;
  }
  .text_page .content_headline {
    font-size: 25px;
  }

  .sc_qna__sub .content_headline {
    font-size: 31px;
  }
  .sc_qna__sub .qna_list .qna_item .question_box {
    padding: 18px 25px;
  }
  .sc_qna__sub .qna_list .qna_item .question_box .title_wrap {
    gap: 7px;
    font-size: 19px;
  }
  .sc_qna__sub .qna_list .qna_item .answer_box {
    padding: 25px 25px;
  }
  .sc_qna__sub .qna_list .qna_item .answer_box p {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .slide_menu {
    padding: 25px 15px;
  }
  .text_page .content_headline {
    font-size: 23px;
    padding: 11px 15px;
  }
  .text_page .content_box {
    padding: 20px 0px;
  }

  /* sub_content_head */
  .sc_headline__sub .headline {
    padding: 70px 0;
    font-size: 2rem;
  }
  .sub_page .headline {
    font-size: 24px;
  }

  /* sub_card */
  .sub_page .sc_card__sub .new_list .new_item .new_link .img_box {
    margin-bottom: 10px;
  }
  .sub_page .sc_card__sub .new_list .new_item .new_link .desc {
    font-size: clamp(12px, 1.5vw, 13px);
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .sub_page .sc_card__sub .new_list .new_item em {
    font-size: clamp(10px, 2vw, 13px);
    width: 40px;
    height: 20px;
    line-height: 20px;
  }

  /* sub_list */
  .sub_page .sc_list__sub ul li a {
    padding: 16px 20px;
    gap: 20px;
  }
  .sub_page .sc_list__sub ul li a .title_wrap strong {
    font-size: 17px;
  }
  .sub_page .sc_list__sub ul li a .title_wrap p {
    font-size: 15px;
  }
  .sc_qna__sub .qna_list .qna_item .question_box {
    padding: 13px 15px;
  }
  /* sub_text */
  .text_page__sub .text_page .sc_text__sub {
    padding: 120px 15px 80px;
  }
  .sc_text__sub {
    padding: 0 25px 35px;
  }
}

/* 스킵 링크(전역) — 포커스 시에만 보임 */
.skip-link {
  position: absolute;
  left: 12px;
  top: -120px;
  z-index: 10001;
  padding: 10px 18px;
  background: var(--brandColor);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 88px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* 서브: 브레드크럼 */
.sub_breadcrumb {
  margin: 0 0 18px;
  padding: 0;
}
.sub_breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--pm-muted, #6b7588);
}
.sub_breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sub_breadcrumb__item:not(:last-child)::after {
  content: "›";
  margin-left: 4px;
  color: #94a3b8;
  font-weight: 500;
  pointer-events: none;
}
.sub_breadcrumb__item a {
  color: var(--brandColor);
  text-decoration: none;
  font-weight: 500;
}
.sub_breadcrumb__item a:hover {
  text-decoration: underline;
}
.sub_breadcrumb__item--current span {
  color: var(--pm-text, #3d4556);
  font-weight: 600;
}

/* 서브 글: 목차(일반 흐름 — 스크롤 시 고정하지 않음) */
.sub_article_toc {
  margin: 0 0 22px;
  padding: 14px 16px 16px;
  background: #eef5fc;
  border: 1px solid var(--pm-line, #dde8f4);
  border-radius: 12px;
  position: static;
  max-height: none;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.sub_article_toc__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brandColor);
  text-transform: none;
}
.sub_article_toc__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
}
.sub_article_toc__list a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 500;
}
.sub_article_toc__list a:hover {
  color: var(--brandColor);
  text-decoration: underline;
}

.content_box .sub_seo_h {
  scroll-margin-top: 96px;
}

/* 서브: 다음으로 읽기 */
.sub_related_reading {
  margin-top: 36px;
  padding: 20px 18px 22px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.sub_related_reading__title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brandColor);
}
.sub_related_reading__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub_related_reading__list li {
  padding: 8px 0;
  border-top: 1px solid #e2e8f0;
}
.sub_related_reading__list li:first-child {
  border-top: none;
  padding-top: 0;
}
.sub_related_reading__list a {
  color: #1e293b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.sub_related_reading__list a:hover {
  color: var(--brandColor);
  text-decoration: underline;
}

/* FAQ: 브레드크럼은 폼 아래·본문(.inner) 안에서만 표시 */
.sub_qna .sc_qna__sub .sub_breadcrumb--qna {
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .skip-link:focus {
    top: 82px;
  }
}

/* ============================================================
   sub.php (menu 1·2): 화이트 베이스 + 포인트 컬러(진블루)만 국소 사용
   ============================================================ */
body.page-sub {
  background: #ffffff;
  color: #1e293b;
}

body.page-sub .sub_cont {
  background: #ffffff;
}

body.page-sub .sub_sc_top {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf1;
}

body.page-sub .sub_form {
  background: #ffffff;
}

body.page-sub .slide_menu,
body.page-sub .slide_menu::before {
  background: #ffffff;
}

body.page-sub .slide_menu .menu_headline {
  margin-bottom: 22px;
  padding: 0 0 14px 14px;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  color: #1e293b;
  border-bottom: 1px solid #e8ecf1;
  border-left: 4px solid #0d47a1;
}

body.page-sub .slide_menu .menu_list .menu_item a {
  border-top-color: #e8ecf1;
  color: #334155;
  background: transparent;
}

body.page-sub .slide_menu .menu_list .menu_item:last-child {
  border-bottom-color: #e8ecf1;
}

body.page-sub .slide_menu .menu_list .menu_item a.highlight {
  background: #ffffff;
  color: #0d47a1;
  font-weight: 700;
  border-left: 3px solid #0d47a1;
  padding-left: 13px;
  box-shadow: none;
}

body.page-sub .text_page .content_headline {
  padding: 14px 18px;
  border-radius: 0;
  color: #1e293b;
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-left: 4px solid #0d47a1;
}

body.page-sub .sub_breadcrumb__item a {
  color: #0d47a1;
}

body.page-sub .sub_article_toc {
  margin: 4px 0 30px;
  padding: 16px 18px 18px;
  background: #f1f6fc;
  border: 1px solid #d9e6f5;
  border-left: 4px solid #0d47a1;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(13, 71, 161, 0.06);
}

body.page-sub .sub_article_toc__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding-bottom: 11px;
  border-bottom: 1px dashed #c7d9ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0d47a1;
}

body.page-sub .sub_article_toc__title::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d47a1' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.page-sub .sub_article_toc__list {
  counter-reset: toc;
  list-style: none;
  padding: 0;
}

body.page-sub .sub_article_toc__list li {
  counter-increment: toc;
  position: relative;
  padding: 3px 0 3px 26px;
}

body.page-sub .sub_article_toc__list li::before {
  content: counter(toc);
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: #0d47a1;
  background: #dbe8f8;
  border-radius: 6px;
}

body.page-sub .sub_article_toc__list a {
  color: #334155;
  font-weight: 600;
}

body.page-sub .sub_article_toc__list a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

body.page-sub .sub_related_reading {
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-radius: 0;
}

body.page-sub .sub_related_reading__title {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ecf1;
  font-size: 16px;
  color: #1e293b;
}

body.page-sub .sub_related_reading__list li {
  border-top-color: #e8ecf1;
}

body.page-sub .sub_all .content_box .sub_seo_guide .sub_seo_h {
  margin-top: 1.75rem;
  padding-left: 12px;
  color: #1e293b;
  border-bottom: 1px solid #e8ecf1;
  border-left: 4px solid #0d47a1;
}

body.page-sub .sub_all .content_box .sub_seo_card {
  background: #ffffff;
  border-color: #e8ecf1;
  border-radius: 0;
  box-shadow: none;
}

body.page-sub .sub_all .content_box .sub_seo_table_wrap {
  border-color: #e8ecf1;
  border-radius: 0;
}

body.page-sub .sub_all .content_box .sub_seo_table caption {
  background: #ffffff;
  color: #475569;
  border-bottom-color: #e8ecf1;
}

body.page-sub .sub_all .content_box .sub_seo_table thead th {
  background: #f8fafc;
  color: #1e293b;
  border-color: #e8ecf1;
}

body.page-sub .sub_all .content_box .sub_seo_callout {
  background: #ffffff;
  border: 1px solid #e8ecf1;
  border-left: 4px solid #0d47a1;
  border-radius: 0;
}

body.page-sub .sub_all .content_box .sub_seo_callout p {
  color: #334155;
}

body.page-sub .sub_all .content_box a {
  color: #0d47a1;
  font-weight: 600;
}

@media (max-width: 959px) {
  body.page-sub .slide_menu {
    border-radius: 0;
    background: #ffffff;
  }

  body.page-sub .slide_menu .menu_list .menu_item a {
    border: 1px solid #e8ecf1;
    border-radius: 0;
    background: #ffffff;
    color: #334155;
  }

  body.page-sub .slide_menu .menu_list .menu_item a.highlight {
    border-color: #0d47a1;
    color: #0d47a1;
    background: #ffffff;
    font-weight: 700;
  }
}

/* 서브·Q&A: 모바일 제목·메뉴 가로 잘림 방지(메인과 동일 유형) */
@media (max-width: 767px) {
  body.page-sub .text_page .content_headline,
  body.page-sub .slide_menu .menu_headline,
  .sub_qna .headline,
  .sub_qna .sc_qna__sub .headline {
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.45;
    max-width: 100%;
  }

  body.page-sub .text_page .content_headline {
    font-size: clamp(20px, 5.5vw, 28px);
    padding: 12px 14px;
  }

  body.page-sub .slide_menu .menu_list .menu_item a {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

  body.page-sub .slide_menu .menu_headline {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}

/* 개인정보처리방침 독립 페이지 */
body.page-privacy .privacy_policy_article {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 0 3rem;
  line-height: 1.75;
  color: #334155;
}

body.page-privacy .privacy_policy_article__title {
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.25rem;
}

body.page-privacy .privacy_policy_article section {
  margin-bottom: 1.75rem;
}

body.page-privacy .privacy_policy_article h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.65rem;
}

body.page-privacy .privacy_policy_article p {
  margin: 0 0 0.75rem;
}

