/* === BEAN 테마 변수 폴백 (스탠드얼론 = 빈 레이아웃 미사용) ===
   빈 레이아웃 사용 시 #bean_root .bean_theme-* 가 더 가까운 조상이라 자동 종속.
   기본 라이트(2차) / 라이믹스 다크모드(body.color_scheme_dark) = 다크(1차).
   배경색 버튼 가독성: --bean-onaccent = #fff (흰 글씨). */
:root{
  --bean-bg:#ffffff;--bean-card:#ffffff;--bean-surf:#eef2fb;--bean-line:#dde6f5;
  --bean-text:#1f2733;--bean-muted:#64748b;
  --bean-accent:#3b6ef0;--bean-accent2:#2554c8;--bean-onaccent:#ffffff;
}
body.color_scheme_dark{
  --bean-bg:#0f1115;--bean-card:#171a21;--bean-surf:#1e222b;--bean-line:#2c313c;
  --bean-text:#e8eaed;--bean-muted:#9aa0aa;
  --bean-accent:#3b6ef0;--bean-accent2:#2554c8;--bean-onaccent:#ffffff;
}

/* Bean Shopping — 상품 본문/정책/Q&A/문의 콘텐츠 (BEAN 테마) */
/* 모든 색상은 --bean-* 변수에서 파생 */

.rhymix_content > p > img,
.bshop_content_body > p > img { margin: 0 auto; }
.rhymix_content > p > img,
.bshop_content_body > p > img { border-radius: 12px; }

/* bshop 상품 상세 콘텐츠 스타일 */
.bshop_content_body,
.bshop_article {
  line-height: 1.8;
  font-size: 15px;
  color: var(--bean-text);
}

.bshop_content_body p,
.bshop_article p {
  margin: 0 0 20px 0;
  line-height: 1.8;
}

.bshop_content_body h1, .bshop_content_body h2, .bshop_content_body h3,
.bshop_content_body h4, .bshop_content_body h5, .bshop_content_body h6,
.bshop_article h1, .bshop_article h2, .bshop_article h3,
.bshop_article h4, .bshop_article h5, .bshop_article h6 {
  margin: 30px 0 15px 0;
  font-weight: 700;
  line-height: 1.4;
  color: var(--bean-text);
}

.bshop_content_body h1, .bshop_article h1 { font-size: 2em; }
.bshop_content_body h2, .bshop_article h2 { font-size: 1.7em; }
.bshop_content_body h3, .bshop_article h3 { font-size: 1.4em; }
.bshop_content_body h4, .bshop_article h4 { font-size: 1.2em; }
.bshop_content_body h5, .bshop_article h5 { font-size: 1.1em; }
.bshop_content_body h6, .bshop_article h6 { font-size: 1em; }

.bshop_content_body ul, .bshop_content_body ol,
.bshop_article ul, .bshop_article ol {
  margin: 0 0 20px 20px;
  padding-left: 20px;
}

.bshop_content_body li,
.bshop_article li {
  margin: 5px 0;
  line-height: 1.8;
  color: var(--bean-text);
}

.bshop_content_body img,
.bshop_article img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
  border-radius: 12px;
}

.bshop_content_body table,
.bshop_article table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.bshop_content_body table th, .bshop_content_body table td,
.bshop_article table th, .bshop_article table td {
  padding: 12px;
  border: 1px solid var(--bean-line);
  text-align: left;
}

.bshop_content_body table th,
.bshop_article table th {
  background: var(--bean-surf);
  font-weight: 700;
  color: var(--bean-text);
}

.bshop_content_body blockquote,
.bshop_article blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  background: var(--bean-surf);
  border-left: 4px solid var(--bean-accent);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.bshop_content_body pre,
.bshop_article pre {
  margin: 20px 0;
  padding: 15px;
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 8px;
  overflow-x: auto;
}

.bshop_content_body code,
.bshop_article code {
  padding: 2px 6px;
  background: var(--bean-surf);
  border-radius: 4px;
  font-family: monospace;
}

.bshop_content_body hr,
.bshop_article hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid var(--bean-line);
}

/* ===== 관리자가 작성하는 본문 레이아웃 컴포넌트 =====
   (.bean_* 클래스는 .bshop_article / .bshop_tab_panel 하위로 한정 — 레이아웃과 충돌 없음) */
.bshop_content_body .bean_container,
.bshop_article .bean_container,
.bshop_tab_panel .bean_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  color: var(--bean-text);
}

/* 강사 소개 */
.bshop_content_body .bean_intro,
.bshop_article .bean_intro,
.bshop_tab_panel .bean_intro {
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 14px;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_intro_content,
.bshop_article .bean_intro_content,
.bshop_tab_panel .bean_intro_content {
  text-align: center;
  margin-bottom: 40px;
}

.bshop_content_body h1.bean_title,
.bshop_article h1.bean_title,
.bshop_tab_panel h1.bean_title {
  margin: 0 0 10px 0;
  font-size: 2.8em;
  font-weight: 800;
  color: var(--bean-text);
  letter-spacing: -0.02em;
}

.bshop_content_body p.bean_subtitle,
.bshop_article p.bean_subtitle,
.bshop_tab_panel p.bean_subtitle {
  margin: 0 0 15px 0;
  color: var(--bean-muted);
  font-size: 1.3em;
  font-weight: 400;
}

.bshop_content_body .bean_intro_divider,
.bshop_article .bean_intro_divider,
.bshop_tab_panel .bean_intro_divider {
  border-top: 2px solid var(--bean-line);
  padding-top: 30px;
}

.bshop_content_body p.bean_intro_text,
.bshop_article p.bean_intro_text,
.bshop_tab_panel p.bean_intro_text {
  margin: 0;
  font-size: 1.1em;
  color: var(--bean-muted);
  line-height: 1.8;
  text-align: center;
}

/* 섹션 */
.bshop_content_body .bean_section,
.bshop_article .bean_section,
.bshop_tab_panel .bean_section {
  padding: 50px 0;
  margin-bottom: 40px;
}

.bshop_content_body h2.bean_section_title,
.bshop_article h2.bean_section_title,
.bshop_tab_panel h2.bean_section_title {
  margin: 0 0 40px 0;
  font-size: 2.2em;
  font-weight: 700;
  color: var(--bean-text);
  text-align: center;
}

/* 수업 과정 / 특징 그리드 */
.bshop_content_body .bean_grid_course,
.bshop_content_body .bean_grid_features,
.bshop_article .bean_grid_course,
.bshop_article .bean_grid_features,
.bshop_tab_panel .bean_grid_course,
.bshop_tab_panel .bean_grid_features {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .bshop_content_body .bean_grid_course,
  .bshop_content_body .bean_grid_features,
  .bshop_article .bean_grid_course,
  .bshop_article .bean_grid_features,
  .bshop_tab_panel .bean_grid_course,
  .bshop_tab_panel .bean_grid_features {
    grid-template-columns: 1fr !important;
  }
}

.bshop_content_body .bean_course_card,
.bshop_article .bean_course_card,
.bshop_tab_panel .bean_course_card {
  border: 1px solid var(--bean-line);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease;
  position: relative;
}

.bshop_content_body .bean_course_popular,
.bshop_article .bean_course_popular,
.bshop_tab_panel .bean_course_popular {
  border-color: var(--bean-accent);
}

.bshop_content_body .bean_popular_badge,
.bshop_article .bean_popular_badge,
.bshop_tab_panel .bean_popular_badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--bean-accent);
  color: var(--bean-onaccent);
  padding: 8px 16px;
  font-size: 0.85em;
  font-weight: 700;
  z-index: 10;
}

.bshop_content_body .bean_course_header,
.bshop_article .bean_course_header,
.bshop_tab_panel .bean_course_header {
  padding: 30px;
  background: var(--bean-card);
  border-bottom: 1px solid var(--bean-line);
}

.bshop_content_body h3.bean_course_title,
.bshop_article h3.bean_course_title,
.bshop_tab_panel h3.bean_course_title {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: 700;
  color: var(--bean-text);
}

.bshop_content_body .bean_course_price,
.bshop_article .bean_course_price,
.bshop_tab_panel .bean_course_price {
  font-size: 2.2em;
  font-weight: 800;
  color: var(--bean-accent);
  margin-bottom: 5px;
}

.bshop_content_body p.bean_course_duration,
.bshop_article p.bean_course_duration,
.bshop_tab_panel p.bean_course_duration {
  margin: 0;
  color: var(--bean-muted);
  font-size: 1em;
}

.bshop_content_body p.bean_course_type,
.bshop_article p.bean_course_type,
.bshop_tab_panel p.bean_course_type {
  margin: 10px 0 0 0;
  color: var(--bean-text);
  font-weight: 600;
}

.bshop_content_body .bean_course_content,
.bshop_article .bean_course_content,
.bshop_tab_panel .bean_course_content {
  padding: 25px;
  background: var(--bean-card);
}

.bshop_content_body .bean_course_features,
.bshop_article .bean_course_features,
.bshop_tab_panel .bean_course_features {
  color: var(--bean-muted);
  font-size: 0.95em;
  line-height: 1.6;
}

/* 학력 및 경력 */
.bshop_content_body .bean_credentials,
.bshop_article .bean_credentials,
.bshop_tab_panel .bean_credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.bshop_content_body .bean_credential_item,
.bshop_article .bean_credential_item,
.bshop_tab_panel .bean_credential_item {
  padding: 20px 0;
  border-bottom: 1px solid var(--bean-line);
}

.bshop_content_body .bean_credential_last,
.bshop_article .bean_credential_last,
.bshop_tab_panel .bean_credential_last {
  border-bottom: none;
}

.bshop_content_body h3.bean_credential_title,
.bshop_article h3.bean_credential_title,
.bshop_tab_panel h3.bean_credential_title {
  margin: 0 0 8px 0;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--bean-text);
}

.bshop_content_body p.bean_credential_desc,
.bshop_article p.bean_credential_desc,
.bshop_tab_panel p.bean_credential_desc {
  margin: 0;
  color: var(--bean-muted);
  font-size: 0.95em;
}

/* 수상 경력 */
.bshop_content_body .bean_awards_section,
.bshop_article .bean_awards_section,
.bshop_tab_panel .bean_awards_section {
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 14px;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_awards,
.bshop_article .bean_awards,
.bshop_tab_panel .bean_awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.bshop_content_body .bean_award,
.bshop_article .bean_award,
.bshop_tab_panel .bean_award {
  text-align: center;
  padding: 30px;
  background: var(--bean-card);
  border: 1px solid var(--bean-line);
  border-radius: 12px;
}

.bshop_content_body .bean_award_icon,
.bshop_article .bean_award_icon,
.bshop_tab_panel .bean_award_icon {
  width: 80px;
  height: 80px;
  background: var(--bean-accent);
  color: var(--bean-onaccent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 auto 20px;
}

.bshop_content_body h3.bean_award_title,
.bshop_article h3.bean_award_title,
.bshop_tab_panel h3.bean_award_title {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--bean-text);
}

.bshop_content_body p.bean_award_desc,
.bshop_article p.bean_award_desc,
.bshop_tab_panel p.bean_award_desc {
  margin: 0;
  color: var(--bean-muted);
  font-size: 1em;
}

/* 교육 철학 */
.bshop_content_body .bean_philosophy,
.bshop_article .bean_philosophy,
.bshop_tab_panel .bean_philosophy {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bshop_content_body p.bean_philosophy_quote,
.bshop_article p.bean_philosophy_quote,
.bshop_tab_panel p.bean_philosophy_quote {
  margin: 0 0 25px 0;
  font-size: 1.2em;
  color: var(--bean-text);
  line-height: 1.8;
}

.bshop_content_body p.bean_philosophy_desc,
.bshop_article p.bean_philosophy_desc,
.bshop_tab_panel p.bean_philosophy_desc {
  margin: 0;
  font-size: 1.1em;
  color: var(--bean-muted);
  line-height: 1.7;
}

/* 수업 특징 */
.bshop_content_body .bean_feature,
.bshop_article .bean_feature,
.bshop_tab_panel .bean_feature {
  padding: 30px;
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 12px;
  text-align: center;
}

.bshop_content_body .bean_feature_icon,
.bshop_article .bean_feature_icon,
.bshop_tab_panel .bean_feature_icon {
  width: 60px;
  height: 60px;
  background: var(--bean-accent);
  color: var(--bean-onaccent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto 20px;
}

.bshop_content_body h3.bean_feature_title,
.bshop_article h3.bean_feature_title,
.bshop_tab_panel h3.bean_feature_title {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--bean-text);
}

.bshop_content_body p.bean_feature_desc,
.bshop_article p.bean_feature_desc,
.bshop_tab_panel p.bean_feature_desc {
  margin: 0;
  color: var(--bean-muted);
  font-size: 0.95em;
  line-height: 1.6;
}

/* 수업 혜택 */
.bshop_content_body .bean_benefits_section,
.bshop_article .bean_benefits_section,
.bshop_tab_panel .bean_benefits_section {
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 14px;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_benefits,
.bshop_article .bean_benefits,
.bshop_tab_panel .bean_benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.bshop_content_body .bean_benefit,
.bshop_article .bean_benefit,
.bshop_tab_panel .bean_benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: var(--bean-card);
  border: 1px solid var(--bean-line);
  border-radius: 12px;
}

.bshop_content_body .bean_benefit_dot,
.bshop_article .bean_benefit_dot,
.bshop_tab_panel .bean_benefit_dot {
  width: 8px;
  height: 8px;
  background: var(--bean-accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.bshop_content_body span.bean_benefit_text,
.bshop_article span.bean_benefit_text,
.bshop_tab_panel span.bean_benefit_text {
  color: var(--bean-text);
  font-size: 1em;
  font-weight: 600;
}

/* 레슨 장소 */
.bshop_content_body .bean_location_section,
.bshop_article .bean_location_section,
.bshop_tab_panel .bean_location_section {
  text-align: center;
  margin-bottom: 40px;
}

.bshop_content_body .bean_location,
.bshop_article .bean_location,
.bshop_tab_panel .bean_location {
  font-size: 1.2em;
  color: var(--bean-muted);
  line-height: 1.6;
}

.bshop_content_body strong.bean_location_name,
.bshop_article strong.bean_location_name,
.bshop_tab_panel strong.bean_location_name {
  color: var(--bean-text);
}

/* 구분선 */
.bshop_content_body .bean_divider,
.bshop_article .bean_divider,
.bshop_tab_panel .bean_divider {
  height: 1px;
  background: var(--bean-line);
  margin: 40px 0;
}

/* 연락처 */
.bshop_content_body .bean_contact,
.bshop_article .bean_contact,
.bshop_tab_panel .bean_contact {
  background: var(--bean-accent);
  border-radius: 14px;
  padding: 50px;
  color: var(--bean-onaccent);
  text-align: center;
}

.bshop_content_body h2.bean_contact_title,
.bshop_article h2.bean_contact_title,
.bshop_tab_panel h2.bean_contact_title {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: 700;
  color: var(--bean-onaccent);
}

.bshop_content_body p.bean_contact_desc,
.bshop_article p.bean_contact_desc,
.bshop_tab_panel p.bean_contact_desc {
  margin: 0 0 30px 0;
  font-size: 1.1em;
  opacity: 0.92;
  line-height: 1.6;
  color: var(--bean-onaccent);
}

.bshop_content_body .bean_contact_info,
.bshop_article .bean_contact_info,
.bshop_tab_panel .bean_contact_info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.bshop_content_body .bean_contact_item,
.bshop_article .bean_contact_item,
.bshop_tab_panel .bean_contact_item {
  padding: 20px 30px;
  background: color-mix(in srgb, #fff 16%, transparent);
  border-radius: 12px;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--bean-onaccent);
}

/* 반응형 */
@media (max-width: 768px) {
  .bshop_content_body .bean_credentials,
  .bshop_article .bean_credentials,
  .bshop_tab_panel .bean_credentials {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bshop_content_body .bean_awards,
  .bshop_article .bean_awards,
  .bshop_tab_panel .bean_awards {
    grid-template-columns: 1fr;
  }

  .bshop_content_body .bean_contact_info,
  .bshop_article .bean_contact_info,
  .bshop_tab_panel .bean_contact_info {
    flex-direction: column;
    gap: 15px;
  }
}

/* ===== Q&A 아코디언 ===== */
.bshop_article .bshop_qna,
.bshop_tab_panel .bshop_qna {
  width: 100%;
}

.bshop_article .bshop_qna_row,
.bshop_tab_panel .bshop_qna_row {
  border-bottom: 1px solid var(--bean-line);
}

.bshop_article .bshop_qna_row:last-child,
.bshop_tab_panel .bshop_qna_row:last-child {
  border-bottom: none;
}

.bshop_article .bshop_qna_q,
.bshop_tab_panel .bshop_qna_q {
  display: flex;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative;
}

.bshop_article .bshop_qna_q:hover,
.bshop_tab_panel .bshop_qna_q:hover {
  background: var(--bean-surf);
  margin: 0 -10px;
  padding: 16px 10px;
  border-radius: 8px;
}

.bshop_article .bshop_qna_label,
.bshop_tab_panel .bshop_qna_label {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: var(--bean-accent);
  color: var(--bean-onaccent);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  margin-right: 12px;
  flex-shrink: 0;
}

.bshop_article .bshop_qna_text,
.bshop_tab_panel .bshop_qna_text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--bean-text);
  line-height: 1.4;
}

.bshop_article .bshop_qna_arrow,
.bshop_tab_panel .bshop_qna_arrow {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  position: relative;
  flex-shrink: 0;
}

.bshop_article .bshop_qna_arrow::after,
.bshop_tab_panel .bshop_qna_arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--bean-muted);
  border-bottom: 1.5px solid var(--bean-muted);
  transform: translate(-50%, -70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.bshop_article .bshop_qna_q.active .bshop_qna_arrow::after,
.bshop_tab_panel .bshop_qna_q.active .bshop_qna_arrow::after {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.bshop_article .bshop_qna_a,
.bshop_tab_panel .bshop_qna_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.bshop_article .bshop_qna_a.active,
.bshop_tab_panel .bshop_qna_a.active {
  max-height: 1000px;
  padding: 0 0 20px 36px;
}

.bshop_article .bshop_qna_content,
.bshop_tab_panel .bshop_qna_content {
  font-size: 13px;
  line-height: 1.7;
  color: var(--bean-muted);
  padding-top: 10px;
}

.bshop_article .bshop_qna_content p,
.bshop_tab_panel .bshop_qna_content p {
  margin: 0 0 12px 0;
}

.bshop_article .bshop_qna_content p:last-child,
.bshop_tab_panel .bshop_qna_content p:last-child {
  margin-bottom: 0;
}

.bshop_article .bshop_qna_content ul,
.bshop_tab_panel .bshop_qna_content ul {
  margin: 8px 0;
  padding-left: 20px;
}

.bshop_article .bshop_qna_content li,
.bshop_tab_panel .bshop_qna_content li {
  margin: 4px 0;
  color: var(--bean-muted);
}

.bshop_article .bshop_qna_content strong,
.bshop_tab_panel .bshop_qna_content strong {
  color: var(--bean-text);
  font-weight: 700;
}

.bshop_article .bshop_qna_content .highlight,
.bshop_tab_panel .bshop_qna_content .highlight {
  color: var(--bean-accent2);
  font-weight: 600;
}

.bshop_article .bshop_qna_content .info_box,
.bshop_tab_panel .bshop_qna_content .info_box {
  background: var(--bean-surf);
  padding: 12px 16px;
  margin: 12px 0;
  border-left: 3px solid var(--bean-accent);
  border-radius: 0 8px 8px 0;
  font-size: 13px;
}

/* ===== 교환/환불 정책 ===== */
.bshop_article .bshop_policy,
.bshop_tab_panel .bshop_policy {
  width: 100%;
}

.bshop_article .bshop_policy_section,
.bshop_tab_panel .bshop_policy_section {
  margin-bottom: 40px;
}

.bshop_article .bshop_policy_title,
.bshop_tab_panel .bshop_policy_title {
  font-size: 18px;
  font-weight: 800;
  color: var(--bean-text);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bean-accent);
}

.bshop_article .bshop_policy_subtitle,
.bshop_tab_panel .bshop_policy_subtitle {
  font-size: 15px;
  font-weight: 700;
  color: var(--bean-text);
  margin: 20px 0 12px 0;
}

.bshop_article .bshop_policy_content,
.bshop_tab_panel .bshop_policy_content {
  font-size: 14px;
  line-height: 1.8;
  color: var(--bean-muted);
}

.bshop_article .bshop_policy_content strong,
.bshop_tab_panel .bshop_policy_content strong {
  color: var(--bean-text);
}

.bshop_article .bshop_policy_table,
.bshop_tab_panel .bshop_policy_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.bshop_article .bshop_policy_table th,
.bshop_article .bshop_policy_table td,
.bshop_tab_panel .bshop_policy_table th,
.bshop_tab_panel .bshop_policy_table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--bean-line);
  font-size: 13px;
}

.bshop_article .bshop_policy_table th,
.bshop_tab_panel .bshop_policy_table th {
  background: var(--bean-surf);
  font-weight: 700;
  color: var(--bean-text);
  width: 25%;
}

.bshop_article .bshop_policy_table td,
.bshop_tab_panel .bshop_policy_table td {
  color: var(--bean-muted);
}

.bshop_article .bshop_policy_table td strong,
.bshop_tab_panel .bshop_policy_table td strong {
  color: var(--bean-text);
}

.bshop_article .bshop_policy_list,
.bshop_tab_panel .bshop_policy_list {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}

.bshop_article .bshop_policy_list li,
.bshop_tab_panel .bshop_policy_list li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bean-muted);
}

.bshop_article .bshop_policy_list li:before,
.bshop_tab_panel .bshop_policy_list li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--bean-accent);
}

.bshop_article .bshop_policy_list li strong,
.bshop_tab_panel .bshop_policy_list li strong {
  color: var(--bean-text);
}

.bshop_article .bshop_policy_notice,
.bshop_tab_panel .bshop_policy_notice {
  background: color-mix(in srgb, var(--bean-accent) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--bean-accent) 30%, transparent);
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 12px;
}

.bshop_article .bshop_policy_notice_title,
.bshop_tab_panel .bshop_policy_notice_title {
  font-weight: 700;
  color: var(--bean-accent);
  margin-bottom: 8px;
  font-size: 14px;
}

.bshop_article .bshop_policy_notice_content,
.bshop_tab_panel .bshop_policy_notice_content {
  font-size: 13px;
  line-height: 1.6;
  color: var(--bean-muted);
}

.bshop_article .bshop_policy_highlight,
.bshop_tab_panel .bshop_policy_highlight {
  color: var(--bean-accent2);
  font-weight: 600;
}

/* ===== 문의 안내 ===== */
.bshop_article .bshop_inquiry,
.bshop_tab_panel .bshop_inquiry {
  width: 100%;
}

.bshop_article .bshop_inquiry_header,
.bshop_tab_panel .bshop_inquiry_header {
  text-align: center;
  padding: 40px 20px;
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 14px;
  margin-bottom: 30px;
}

.bshop_article .bshop_inquiry_title,
.bshop_tab_panel .bshop_inquiry_title {
  font-size: 24px;
  font-weight: 800;
  color: var(--bean-text);
  margin-bottom: 10px;
}

.bshop_article .bshop_inquiry_desc,
.bshop_tab_panel .bshop_inquiry_desc {
  font-size: 15px;
  color: var(--bean-muted);
}

.bshop_article .bshop_inquiry_channels,
.bshop_tab_panel .bshop_inquiry_channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.bshop_article .bshop_inquiry_channel,
.bshop_tab_panel .bshop_inquiry_channel {
  background: var(--bean-card);
  border: 1px solid var(--bean-line);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.25s ease;
}

.bshop_article .bshop_inquiry_channel:hover,
.bshop_tab_panel .bshop_inquiry_channel:hover {
  border-color: color-mix(in srgb, var(--bean-accent) 45%, var(--bean-line));
  transform: translateY(-2px);
}

.bshop_article .bshop_inquiry_label,
.bshop_tab_panel .bshop_inquiry_label {
  display: inline-block;
  margin: 0 auto 14px;
  padding: 5px 14px;
  background: color-mix(in srgb, var(--bean-accent) 14%, transparent);
  color: var(--bean-accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
}

.bshop_article .bshop_inquiry_channel_title,
.bshop_tab_panel .bshop_inquiry_channel_title {
  font-size: 16px;
  font-weight: 700;
  color: var(--bean-text);
  margin-bottom: 10px;
}

.bshop_article .bshop_inquiry_channel_info,
.bshop_tab_panel .bshop_inquiry_channel_info {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bean-muted);
}

.bshop_article .bshop_inquiry_channel_info a,
.bshop_tab_panel .bshop_inquiry_channel_info a {
  color: var(--bean-accent);
  text-decoration: none;
  font-weight: 600;
}

.bshop_article .bshop_inquiry_channel_info a:hover,
.bshop_tab_panel .bshop_inquiry_channel_info a:hover {
  text-decoration: underline;
}

.bshop_article .bshop_inquiry_hours,
.bshop_tab_panel .bshop_inquiry_hours {
  background: var(--bean-surf);
  border: 1px solid var(--bean-line);
  border-radius: 12px;
  padding: 20px;
  margin: 30px 0;
}

.bshop_article .bshop_inquiry_hours_title,
.bshop_tab_panel .bshop_inquiry_hours_title {
  font-size: 16px;
  font-weight: 700;
  color: var(--bean-text);
  margin-bottom: 15px;
  text-align: center;
}

.bshop_article .bshop_inquiry_hours_content,
.bshop_tab_panel .bshop_inquiry_hours_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.bshop_article .bshop_inquiry_hours_item,
.bshop_tab_panel .bshop_inquiry_hours_item {
  text-align: center;
  padding: 10px;
}

.bshop_article .bshop_inquiry_hours_day,
.bshop_tab_panel .bshop_inquiry_hours_day {
  font-weight: 700;
  color: var(--bean-text);
  margin-bottom: 5px;
}

.bshop_article .bshop_inquiry_hours_time,
.bshop_tab_panel .bshop_inquiry_hours_time {
  color: var(--bean-muted);
  font-size: 14px;
}

.bshop_article .bshop_inquiry_faq,
.bshop_tab_panel .bshop_inquiry_faq {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--bean-line);
}

.bshop_article .bshop_inquiry_faq_title,
.bshop_tab_panel .bshop_inquiry_faq_title {
  font-size: 18px;
  font-weight: 700;
  color: var(--bean-text);
  margin-bottom: 20px;
}

/* 반응형 */
@media (max-width: 768px) {
  .bshop_article .bshop_inquiry_channels,
  .bshop_tab_panel .bshop_inquiry_channels {
    grid-template-columns: 1fr;
  }

  .bshop_article .bshop_policy_table,
  .bshop_tab_panel .bshop_policy_table {
    font-size: 12px;
  }

  .bshop_article .bshop_policy_table th,
  .bshop_article .bshop_policy_table td,
  .bshop_tab_panel .bshop_policy_table th,
  .bshop_tab_panel .bshop_policy_table td {
    padding: 8px 10px;
  }
}

/* ============================================================
   커리큘럼 / 목차 (table of contents) — BEAN 테마 변수 기반(라이트·다크 자동)
   ============================================================ */
.bshop_toc { max-width: 880px; margin: 0 auto; line-height: 1.7; color: var(--bean-text); }
.bshop_toc_title {
  font-size: 27px; font-weight: 800; letter-spacing: -.3px;
  color: var(--bean-text); margin: 0 0 6px;
}
.bshop_toc_section {
  margin: 30px 0 8px; font-size: 12.5px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--bean-accent);
}
.bshop_toc_item {
  display: flex; gap: 14px; padding: 11px 2px;
  border-top: 1px solid var(--bean-line);
}
.bshop_toc_num {
  flex: 0 0 32px; text-align: right; font-variant-numeric: tabular-nums;
  font-weight: 800; font-size: 13px; color: var(--bean-accent); padding-top: 2px;
}
.bshop_toc_body { min-width: 0; }
.bshop_toc_item_title { font-size: 15.5px; font-weight: 700; color: var(--bean-text); }
.bshop_toc_item_desc { margin-top: 3px; font-size: 13.5px; color: var(--bean-muted); }
.bshop_toc_sublist { margin: 7px 0 0; padding-left: 17px; }
.bshop_toc_sublist li { font-size: 13.5px; color: var(--bean-muted); margin: 3px 0; }
