@charset "UTF-8";

/* Original file: modules/bshop/skins/default/css/bshop_article.css */

body {
    /* 폰트 */
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "PingFang SC", "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.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: #333;
}

.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: 600;
  line-height: 1.4;
  color: #2c3e50;
}

.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;
}

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

.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 #e0e0e0;
  text-align: left;
}

.bshop_content_body table th,
.bshop_article table th {
  background: #f8f9fa;
  font-weight: 600;
}

.bshop_content_body blockquote,
.bshop_article blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  background: #f8f9fa;
  border-left: 4px solid #2c3e50;
  font-style: italic;
}

.bshop_content_body pre,
.bshop_article pre {
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}

.bshop_content_body code,
.bshop_article code {
  padding: 2px 6px;
  background: #f5f5f5;
  border-radius: 3px;
  font-family: monospace;
}

.bshop_content_body hr,
.bshop_article hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* 기본 컨테이너 */
.bshop_content_body .bean_container,
.bshop_article .bean_container,
.bshop_tab_panel .bean_container,
.bshop_tab_panel .bshop_article .bean_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 강사 소개 */
.bshop_content_body .bean_intro,
.bshop_article .bean_intro,
.bshop_tab_panel .bean_intro,
.bshop_tab_panel .bshop_article .bean_intro {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_intro_content,
.bshop_article .bean_intro_content,
.bshop_tab_panel .bean_intro_content,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article h1.bean_title {
  margin: 0 0 10px 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.02em;
}

.bshop_content_body p.bean_subtitle,
.bshop_article p.bean_subtitle,
.bshop_tab_panel p.bean_subtitle,
.bshop_tab_panel .bshop_article p.bean_subtitle {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 1.3em;
  font-weight: 400;
}

.bshop_content_body .bean_intro_divider,
.bshop_article .bean_intro_divider,
.bshop_tab_panel .bean_intro_divider,
.bshop_tab_panel .bshop_article .bean_intro_divider {
  border-top: 2px solid #e9ecef;
  padding-top: 30px;
}

.bshop_content_body p.bean_intro_text,
.bshop_article p.bean_intro_text,
.bshop_tab_panel p.bean_intro_text,
.bshop_tab_panel .bshop_article p.bean_intro_text {
  margin: 0;
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  text-align: center;
}

/* 섹션 */
.bshop_content_body .bean_section,
.bshop_article .bean_section,
.bshop_tab_panel .bean_section,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article h2.bean_section_title {
  margin: 0 0 40px 0;
  font-size: 2.2em;
  font-weight: 600;
  color: #2c3e50;
  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,
.bshop_tab_panel .bshop_article .bean_course_card {
  border: 2px solid #f1f3f4;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.bshop_content_body .bean_course_popular,
.bshop_article .bean_course_popular,
.bshop_tab_panel .bean_course_popular,
.bshop_tab_panel .bshop_article .bean_course_popular {
  border-color: #4a90e2;
}

.bshop_content_body .bean_popular_badge,
.bshop_article .bean_popular_badge,
.bshop_tab_panel .bean_popular_badge,
.bshop_tab_panel .bshop_article .bean_popular_badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #4a90e2;
  color: white;
  padding: 8px 16px;
  font-size: 0.85em;
  font-weight: 600;
  z-index: 10;
}

.bshop_content_body .bean_course_header,
.bshop_article .bean_course_header,
.bshop_tab_panel .bean_course_header,
.bshop_tab_panel .bshop_article .bean_course_header {
  padding: 30px;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

.bshop_content_body h3.bean_course_title,
.bshop_article h3.bean_course_title,
.bshop_tab_panel h3.bean_course_title,
.bshop_tab_panel .bshop_article h3.bean_course_title {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #2c3e50;
}

.bshop_content_body .bean_course_price,
.bshop_article .bean_course_price,
.bshop_tab_panel .bean_course_price,
.bshop_tab_panel .bshop_article .bean_course_price {
  font-size: 2.2em;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.bshop_content_body p.bean_course_duration,
.bshop_article p.bean_course_duration,
.bshop_tab_panel p.bean_course_duration,
.bshop_tab_panel .bshop_article p.bean_course_duration {
  margin: 0;
  color: #666;
  font-size: 1em;
}

.bshop_content_body p.bean_course_type,
.bshop_article p.bean_course_type,
.bshop_tab_panel p.bean_course_type,
.bshop_tab_panel .bshop_article p.bean_course_type {
  margin: 10px 0 0 0;
  color: #495057;
  font-weight: 500;
}

.bshop_content_body .bean_course_content,
.bshop_article .bean_course_content,
.bshop_tab_panel .bean_course_content,
.bshop_tab_panel .bshop_article .bean_course_content {
  padding: 25px;
  background: #ffffff;
}

.bshop_content_body .bean_course_features,
.bshop_article .bean_course_features,
.bshop_tab_panel .bean_course_features,
.bshop_tab_panel .bshop_article .bean_course_features {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

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

.bshop_content_body .bean_education,
.bshop_article .bean_education,
.bshop_content_body .bean_experience,
.bshop_article .bean_experience,
.bshop_tab_panel .bean_education,
.bshop_tab_panel .bean_experience,
.bshop_tab_panel .bshop_article .bean_education,
.bshop_tab_panel .bshop_article .bean_experience {
  /* 추가 스타일이 필요한 경우 여기에 추가 */
}

.bshop_content_body .bean_credential_item,
.bshop_article .bean_credential_item,
.bshop_tab_panel .bean_credential_item,
.bshop_tab_panel .bshop_article .bean_credential_item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.bshop_content_body .bean_credential_last,
.bshop_article .bean_credential_last,
.bshop_tab_panel .bean_credential_last,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article h3.bean_credential_title {
  margin: 0 0 8px 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #2c3e50;
}

.bshop_content_body p.bean_credential_desc,
.bshop_article p.bean_credential_desc,
.bshop_tab_panel p.bean_credential_desc,
.bshop_tab_panel .bshop_article p.bean_credential_desc {
  margin: 0;
  color: #666;
  font-size: 0.95em;
}

/* 수상 경력 */
.bshop_content_body .bean_awards_section,
.bshop_article .bean_awards_section,
.bshop_tab_panel .bean_awards_section,
.bshop_tab_panel .bshop_article .bean_awards_section {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_awards,
.bshop_article .bean_awards,
.bshop_tab_panel .bean_awards,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article .bean_award {
  text-align: center;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
}

.bshop_content_body .bean_award_icon,
.bshop_article .bean_award_icon,
.bshop_tab_panel .bean_award_icon,
.bshop_tab_panel .bshop_article .bean_award_icon {
  width: 80px;
  height: 80px;
  background: #2c3e50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 auto 20px;
}

.bshop_content_body h3.bean_award_title,
.bshop_article h3.bean_award_title,
.bshop_tab_panel h3.bean_award_title,
.bshop_tab_panel .bshop_article h3.bean_award_title {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
}

.bshop_content_body p.bean_award_desc,
.bshop_article p.bean_award_desc,
.bshop_tab_panel p.bean_award_desc,
.bshop_tab_panel .bshop_article p.bean_award_desc {
  margin: 0;
  color: #666;
  font-size: 1em;
}

/* 교육 철학 */
.bshop_content_body .bean_philosophy,
.bshop_article .bean_philosophy,
.bshop_tab_panel .bean_philosophy,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article p.bean_philosophy_quote {
  margin: 0 0 25px 0;
  font-size: 1.2em;
  color: #555;
  line-height: 1.8;
}

.bshop_content_body p.bean_philosophy_desc,
.bshop_article p.bean_philosophy_desc,
.bshop_tab_panel p.bean_philosophy_desc,
.bshop_tab_panel .bshop_article p.bean_philosophy_desc {
  margin: 0;
  font-size: 1.1em;
  color: #666;
  line-height: 1.7;
}

/* 수업 특징 */
.bshop_content_body .bean_feature,
.bshop_article .bean_feature,
.bshop_tab_panel .bean_feature,
.bshop_tab_panel .bshop_article .bean_feature {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}

.bshop_content_body .bean_feature_icon,
.bshop_article .bean_feature_icon,
.bshop_tab_panel .bean_feature_icon,
.bshop_tab_panel .bshop_article .bean_feature_icon {
  width: 60px;
  height: 60px;
  background: #2c3e50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 auto 20px;
}

.bshop_content_body h3.bean_feature_title,
.bshop_article h3.bean_feature_title,
.bshop_tab_panel h3.bean_feature_title,
.bshop_tab_panel .bshop_article h3.bean_feature_title {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
}

.bshop_content_body p.bean_feature_desc,
.bshop_article p.bean_feature_desc,
.bshop_tab_panel p.bean_feature_desc,
.bshop_tab_panel .bshop_article p.bean_feature_desc {
  margin: 0;
  color: #666;
  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,
.bshop_tab_panel .bshop_article .bean_benefits_section {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.bshop_content_body .bean_benefits,
.bshop_article .bean_benefits,
.bshop_tab_panel .bean_benefits,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article .bean_benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 8px;
}

.bshop_content_body .bean_benefit_dot,
.bshop_article .bean_benefit_dot,
.bshop_tab_panel .bean_benefit_dot,
.bshop_tab_panel .bshop_article .bean_benefit_dot {
  width: 8px;
  height: 8px;
  background: #2c3e50;
  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,
.bshop_tab_panel .bshop_article span.bean_benefit_text {
  color: #2c3e50;
  font-size: 1em;
  font-weight: 500;
}

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

.bshop_content_body .bean_location,
.bshop_article .bean_location,
.bshop_tab_panel .bean_location,
.bshop_tab_panel .bshop_article .bean_location {
  font-size: 1.2em;
  color: #666;
  line-height: 1.6;
}

.bshop_content_body strong.bean_location_name,
.bshop_article strong.bean_location_name,
.bshop_tab_panel strong.bean_location_name,
.bshop_tab_panel .bshop_article strong.bean_location_name {
  color: #2c3e50;
}

/* 구분선 */
.bshop_content_body .bean_divider,
.bshop_article .bean_divider,
.bshop_tab_panel .bean_divider,
.bshop_tab_panel .bshop_article .bean_divider {
  height: 2px;
  background: #e9ecef;
  margin: 40px 0;
}

/* 연락처 */
.bshop_content_body .bean_contact,
.bshop_article .bean_contact,
.bshop_tab_panel .bean_contact,
.bshop_tab_panel .bshop_article .bean_contact {
  background: #2c3e50;
  padding: 50px;
  color: white;
  text-align: center;
}

.bshop_content_body h2.bean_contact_title,
.bshop_article h2.bean_contact_title,
.bshop_tab_panel h2.bean_contact_title,
.bshop_tab_panel .bshop_article h2.bean_contact_title {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: 600;
  color: white;
}

.bshop_content_body p.bean_contact_desc,
.bshop_article p.bean_contact_desc,
.bshop_tab_panel p.bean_contact_desc,
.bshop_tab_panel .bshop_article p.bean_contact_desc {
  margin: 0 0 30px 0;
  font-size: 1.1em;
  opacity: 0.9;
  line-height: 1.6;
  color: white;
}

.bshop_content_body .bean_contact_info,
.bshop_article .bean_contact_info,
.bshop_tab_panel .bean_contact_info,
.bshop_tab_panel .bshop_article .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,
.bshop_tab_panel .bshop_article .bean_contact_item {
  padding: 20px 30px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 500;
  color: white;
}

/* 반응형 */
@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 #e1e1e1;
}

.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: rgba(0,0,0,0.02);
    margin: 0 -10px;
    padding: 16px 10px;
}

.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: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 12px;
    flex-shrink: 0;
}

.bshop_article .bshop_qna_text,
.bshop_tab_panel .bshop_qna_text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    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 #666;
    border-bottom: 1.5px solid #666;
    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: #555;
    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: #555;
}

.bshop_article .bshop_qna_content strong,
.bshop_tab_panel .bshop_qna_content strong {
    color: #222;
    font-weight: 600;
}

.bshop_article .bshop_qna_content .highlight,
.bshop_tab_panel .bshop_qna_content .highlight {
    color: #e74c3c;
    font-weight: 500;
}

.bshop_article .bshop_qna_content .info_box,
.bshop_tab_panel .bshop_qna_content .info_box {
    background: #f8f8f8;
    padding: 12px 16px;
    margin: 12px 0;
    border-left: 3px solid #333;
    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: 700;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.bshop_article .bshop_policy_subtitle,
.bshop_tab_panel .bshop_policy_subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 12px 0;
}

.bshop_article .bshop_policy_content,
.bshop_tab_panel .bshop_policy_content {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.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 #e0e0e0;
    font-size: 13px;
}

.bshop_article .bshop_policy_table th,
.bshop_tab_panel .bshop_policy_table th {
    background: #f8f8f8;
    font-weight: 600;
    color: #333;
    width: 25%;
}

.bshop_article .bshop_policy_table td,
.bshop_tab_panel .bshop_policy_table td {
    color: #555;
}

.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: #555;
}

.bshop_article .bshop_policy_list li:before,
.bshop_tab_panel .bshop_policy_list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #666;
}

.bshop_article .bshop_policy_notice,
.bshop_tab_panel .bshop_policy_notice {
    background: #fff9e6;
    border: 1px solid #ffeb99;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.bshop_article .bshop_policy_notice_title,
.bshop_tab_panel .bshop_policy_notice_title {
    font-weight: 600;
    color: #f39800;
    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: #666;
}

.bshop_article .bshop_policy_highlight,
.bshop_tab_panel .bshop_policy_highlight {
    color: #e74c3c;
    font-weight: 500;
}

/* 문의 안내 스타일 */
.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: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 30px;
}

.bshop_article .bshop_inquiry_title,
.bshop_tab_panel .bshop_inquiry_title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.bshop_article .bshop_inquiry_desc,
.bshop_tab_panel .bshop_inquiry_desc {
    font-size: 15px;
    color: #666;
}

.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: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.bshop_article .bshop_inquiry_channel:hover,
.bshop_tab_panel .bshop_inquiry_channel:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.bshop_article .bshop_inquiry_icon,
.bshop_tab_panel .bshop_inquiry_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.bshop_article .bshop_inquiry_channel_title,
.bshop_tab_panel .bshop_inquiry_channel_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.bshop_article .bshop_inquiry_channel_info,
.bshop_tab_panel .bshop_inquiry_channel_info {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.bshop_article .bshop_inquiry_channel_info a,
.bshop_tab_panel .bshop_inquiry_channel_info a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.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: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.bshop_article .bshop_inquiry_hours_title,
.bshop_tab_panel .bshop_inquiry_hours_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    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: 600;
    color: #333;
    margin-bottom: 5px;
}

.bshop_article .bshop_inquiry_hours_time,
.bshop_tab_panel .bshop_inquiry_hours_time {
    color: #666;
    font-size: 14px;
}

.bshop_article .bshop_inquiry_faq,
.bshop_tab_panel .bshop_inquiry_faq {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.bshop_article .bshop_inquiry_faq_title,
.bshop_tab_panel .bshop_inquiry_faq_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    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;
    }
}

/* Original file: modules/bshop/skins/default/css/product_detail.css */

/* Bean Shopping Product Detail Page Styles */
/* 상품 상세 페이지 전용 스타일 */

/* 상품 상세 컨테이너 */
.bshop_product_detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 상품 상세 메인 레이아웃 */
.bshop_product_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* 상품 이미지 영역 */
.bshop_product_images {
  position: relative;
}

.bshop_main_image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--bshop-radius);
  border: 1px solid var(--bshop-border);
  background: var(--bshop-bg-white);
}

.bshop_image_thumbs {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow-x: auto;
}

.bshop_thumb_item {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: var(--bshop-radius);
  transition: var(--bshop-transition);
}

.bshop_thumb_item:hover,
.bshop_thumb_item.active {
  border-color: var(--bshop-primary);
}

.bshop_thumb_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--bshop-radius) - 2px);
}

/* 상품 정보 영역 */
.bshop_product_info_detail {
  padding: 20px 0;
}

.bshop_product_title {
  font-size: 28px;
  font-weight: 600;
  color: var(--bshop-text-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.bshop_product_subtitle {
  font-size: 16px;
  color: var(--bshop-text-secondary);
  margin-bottom: 24px;
  line-height: 1.5;
}

.bshop_product_price {
  padding: 20px 0;
  border-top: 1px solid var(--bshop-border);
  border-bottom: 1px solid var(--bshop-border);
  margin-bottom: 24px;
}

.bshop_price_original {
  font-size: 16px;
  color: var(--bshop-text-muted);
  text-decoration: line-through;
  margin-bottom: 8px;
}

.bshop_price_sale {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.bshop_price_discount {
  font-size: 24px;
  font-weight: 600;
  color: var(--bshop-danger);
}

.bshop_price_current {
  font-size: 32px;
  font-weight: 700;
  color: var(--bshop-text-primary);
}

.bshop_price_unit {
  font-size: 16px;
  font-weight: 400;
  color: var(--bshop-text-secondary);
}

/* 상품 옵션 선택 */
.bshop_product_options {
  margin-bottom: 24px;
}

.bshop_option_group {
  margin-bottom: 20px;
}

.bshop_option_title {
  font-size: 14px;
  font-weight: 500;
  color: var(--bshop-text-primary);
  margin-bottom: 8px;
}

.bshop_option_select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--bshop-border);
  border-radius: var(--bshop-radius);
  font-size: 14px;
  background: var(--bshop-bg-white);
  transition: var(--bshop-transition);
}

.bshop_option_select:focus {
  outline: none;
  border-color: var(--bshop-primary);
  box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
}

/* 수량 선택 */
.bshop_quantity_selector {
  margin-bottom: 24px;
}

.bshop_quantity_title {
  font-size: 14px;
  font-weight: 500;
  color: var(--bshop-text-primary);
  margin-bottom: 8px;
}

.bshop_quantity_controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--bshop-border);
  border-radius: var(--bshop-radius);
  width: fit-content;
}

.bshop_quantity_btn {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--bshop-bg-light);
  color: var(--bshop-text-primary);
  font-size: 18px;
  cursor: pointer;
  transition: var(--bshop-transition);
}

.bshop_quantity_btn:first-child {
  border-radius: var(--bshop-radius) 0 0 var(--bshop-radius);
}

.bshop_quantity_btn:last-child {
  border-radius: 0 var(--bshop-radius) var(--bshop-radius) 0;
}

.bshop_quantity_btn:hover {
  background: var(--bshop-bg-hover);
}

.bshop_quantity_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bshop_quantity_input {
  width: 80px;
  height: 40px;
  border: none;
  border-left: 1px solid var(--bshop-border);
  border-right: 1px solid var(--bshop-border);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/* 총 금액 표시 */
.bshop_total_price {
  background: var(--bshop-bg-light);
  padding: 20px;
  border-radius: var(--bshop-radius);
  margin-bottom: 24px;
}

.bshop_total_label {
  font-size: 14px;
  color: var(--bshop-text-secondary);
  margin-bottom: 8px;
}

.bshop_total_amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--bshop-primary);
}

/* 구매 버튼 그룹 */
.bshop_product_actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.bshop_btn_cart,
.bshop_btn_buy {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: var(--bshop-radius);
  cursor: pointer;
  transition: var(--bshop-transition);
}

.bshop_btn_cart {
  background: var(--bshop-bg-white);
  color: var(--bshop-primary);
  border: 2px solid var(--bshop-primary);
}

.bshop_btn_cart:hover {
  background: var(--bshop-primary);
  color: white;
}

.bshop_btn_buy {
  background: var(--bshop-primary);
  color: white;
}

.bshop_btn_buy:hover {
  background: var(--bshop-primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--bshop-shadow-md);
}

.bshop_btn_wishlist {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bshop-border);
  background: var(--bshop-bg-white);
  border-radius: var(--bshop-radius);
  cursor: pointer;
  transition: var(--bshop-transition);
}

.bshop_btn_wishlist:hover {
  border-color: var(--bshop-danger);
  color: var(--bshop-danger);
}

.bshop_btn_wishlist.active {
  background: var(--bshop-danger);
  color: white;
  border-color: var(--bshop-danger);
}

/* 상품 부가 정보 */
.bshop_product_meta {
  padding: 20px 0;
  border-top: 1px solid var(--bshop-border);
}

.bshop_meta_item {
  display: flex;
  padding: 8px 0;
  font-size: 14px;
}

.bshop_meta_label {
  flex: 0 0 120px;
  color: var(--bshop-text-secondary);
}

.bshop_meta_value {
  flex: 1;
  color: var(--bshop-text-primary);
  font-weight: 500;
}

/* 상품 상세 설명 탭 */
.bshop_product_tabs {
  margin-top: 60px;
  border-top: 1px solid var(--bshop-border);
}

.bshop_tab_list {
  display: flex;
  border-bottom: 2px solid var(--bshop-border);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bshop_tab_item {
  flex: 1;
}

.bshop_tab_button {
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--bshop-text-secondary);
  cursor: pointer;
  transition: var(--bshop-transition);
  position: relative;
}

.bshop_tab_button:hover {
  color: var(--bshop-text-primary);
}

.bshop_tab_button.active {
  color: var(--bshop-primary);
}

.bshop_tab_button.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--bshop-primary);
}

.bshop_tab_content {
  padding: 40px 0;
}

.bshop_tab_panel {
  display: none;
}

.bshop_tab_panel.active {
  display: block;
}

/* 상품 설명 콘텐츠 */
.bshop_description_content {
  line-height: 1.8;
  color: var(--bshop-text-primary);
}

.bshop_description_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: var(--bshop-radius);
}

.bshop_description_content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 16px;
  color: var(--bshop-text-primary);
}

.bshop_description_content p {
  margin: 16px 0;
}

.bshop_description_content ul,
.bshop_description_content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.bshop_description_content li {
  margin: 8px 0;
}

/* 상품 정보 테이블 */
.bshop_info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.bshop_info_table th,
.bshop_info_table td {
  padding: 12px;
  text-align: left;
  border: 1px solid var(--bshop-border);
}

.bshop_info_table th {
  background: var(--bshop-bg-light);
  font-weight: 500;
  width: 200px;
  color: var(--bshop-text-secondary);
}

.bshop_info_table td {
  color: var(--bshop-text-primary);
}

/* 배송 정보 */
.bshop_shipping_info {
  background: var(--bshop-bg-light);
  padding: 24px;
  border-radius: var(--bshop-radius);
  margin: 20px 0;
}

.bshop_shipping_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--bshop-text-primary);
}

.bshop_shipping_item {
  display: flex;
  margin: 12px 0;
  font-size: 14px;
}

.bshop_shipping_label {
  flex: 0 0 100px;
  color: var(--bshop-text-secondary);
}

.bshop_shipping_value {
  flex: 1;
  color: var(--bshop-text-primary);
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 1024px) {
  .bshop_product_main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 768px) {
  .bshop_product_detail {
    padding: 20px 16px;
  }
  
  .bshop_product_title {
    font-size: 24px;
  }
  
  .bshop_price_current {
    font-size: 28px;
  }
  
  .bshop_product_actions {
    flex-direction: column;
  }
  
  .bshop_btn_wishlist {
    width: 100%;
    margin-top: 12px;
  }
  
  .bshop_tab_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .bshop_tab_item {
    flex: 0 0 auto;
  }
  
  .bshop_tab_button {
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
  }
  
  .bshop_info_table {
    font-size: 14px;
  }
  
  .bshop_info_table th {
    width: 120px;
  }
  
  .bshop_meta_label {
    flex: 0 0 100px;
  }
}

@media (max-width: 480px) {
  .bshop_product_title {
    font-size: 20px;
  }
  
  .bshop_price_current {
    font-size: 24px;
  }
  
  .bshop_price_discount {
    font-size: 20px;
  }
  
  .bshop_image_thumbs {
    gap: 8px;
  }
  
  .bshop_thumb_item {
    width: 60px;
    height: 60px;
  }
  
  .bshop_quantity_controls {
    width: 100%;
  }
  
  .bshop_quantity_input {
    flex: 1;
  }
}

body {
    background: #f5f5f5;
}

.bshop_product_detail_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.bshop_product_detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    background: white;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.bshop_product_images {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.bshop_main_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
}

.bshop_sub_images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.bshop_sub_image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.bshop_sub_image:hover,
.bshop_sub_image.active {
    border-color: #333;
}

.bshop_product_info {
    padding: 0;
}

/* 뱃지 스타일 */
.bshop_product_badges_detail {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.bshop_badge_detail {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.bshop_badge_detail.selling {
    background: #27ae60;
}

.bshop_badge_detail.discount {
    background: #e74c3c;
}

.bshop_badge_detail.soldout {
    background: #95a5a6;
}

.bshop_badge_detail.new {
    background: #8e44ad;
}

.bshop_badge_detail.hot {
    background: #e67e22;
}

.bshop_badge_detail.best {
    background: #3498db;
}

.bshop_badge_detail.limited {
    background: #14b8a6;
}

.bshop_badge_detail.event {
    background: #ef4444;
    animation: pulse 2s infinite;
}

.bshop_badge_detail.discount_rate {
    background: #dc2626;
    font-weight: 700;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.bshop_product_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.bshop_price_section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border:1px solid #dedede;
    border-radius:4px;
}

.bshop_price_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bshop_price_label {
    font-size: 16px;
    color: #666;
}

.bshop_original_price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}

.bshop_sale_price {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bshop_discount_rate {
    display: inline-block;
    background: #e74c3c;
    color: white!important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

.bshop_shipping_fee {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.bshop_shipping_fee .free-shipping {
    color: #27ae60;
    font-weight: 600;
}

.bshop_options_section {
    margin-bottom: 30px;
}

.bshop_options_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.bshop_option_select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: border-color 0.2s;
}

.bshop_option_select:hover,
.bshop_option_select:focus {
    border-color: #333 !important;
    outline: none;
}

.bshop_quantity_section {
    margin-bottom: 30px;
}

.bshop_quantity_control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.bshop_quantity_btn {
    width: 36px;
    height: 36px;
    border: none !important;
    border-radius: 0 !important;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.bshop_quantity_btn:hover {
    background: #f5f5f5;
}

.bshop_quantity_input {
    width: 60px;
    height: 36px;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 14px;
}

/* 수량 섹션 내부의 input 요소 border 제거 */
.bshop_quantity_section input[type="number"] {
    border: none !important;
    border-radius: 0 !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.bshop_action_buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.bshop_btn {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.bshop_btn_primary {
    flex: 2;
    background: #333;
    color: white;
}

.bshop_btn_primary:hover {
    background: #000;
}

.bshop_btn_secondary {
    flex: 1;
    background: #fff;
    color: #333;
    border: 1px solid #333;
}

.bshop_btn_secondary:hover {
    background: #f5f5f5;
}

.bshop_btn_outline {
    flex: 1;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.bshop_btn_outline:hover {
    background: #f5f5f5;
}

.bshop_product_content {
    margin-top: 60px;
    padding: 40px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.bshop_content_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

.bshop_content_body {
    line-height: 1.8;
    color: #333;
    font-size: 15px;
}

/* 하단 고정 버튼 */
.bshop_fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width:500px;
    margin:0 auto;
    background: white;
    border-radius:10px;
    display: none;
    z-index: 1000;
}

.bshop_fixed_bottom.show {
    display: block;
}

.bshop_fixed_inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.bshop_fixed_btn {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.bshop_fixed_btn.bshop_btn_primary {
    flex: 2;
}

.bshop_fixed_btn.bshop_btn_secondary {
    flex: 1;
}

.bshop_fixed_btn.bshop_btn_outline {
    flex: 1;
}

/* 탭 메뉴 스타일 */
.bshop_product_tabs {
    margin-top: 60px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.bshop_tab_menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #e0e0e0;
}

.bshop_tab_menu li {
    flex: 1;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s;
    position: relative;
    background: #f8f9fa;
    border-right: 1px solid #e0e0e0;
}

.bshop_tab_menu li:last-child {
    border-right: none;
}

.bshop_tab_menu li:hover {
    color: #333;
    background: #fff;
}

.bshop_tab_menu li.active {
    color: #333;
    background: white;
    font-weight: 600;
}

.bshop_tab_menu li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #333;
}

.bshop_tab_content {
    padding: 40px;
    background: white;
    min-height: 300px;
}

.bshop_tab_panel {
    display: none;
}

.bshop_tab_panel.active {
    display: block;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.bshop_no_content {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.bshop_no_content p {
    font-size: 15px;
    margin: 0;
}

/* 반응형 */
@media (max-width: 768px) {
    .bshop_product_detail {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    
    .bshop_product_images {
        position: static;
    }
    
    .bshop_action_buttons {
        
    }

    .bshop_fixed_bottom {flex-direction: row-reverse;}
    
    .bshop_btn_primary,
    .bshop_btn_secondary,
    .bshop_btn_outline {
        flex: 1;
        width: 100%;
    }
    
    .bshop_fixed_inner {
        flex-direction: row-reverse;
    }
    
    .bshop_fixed_btn {
        width: 100%;
    }
    
    /* 탭 메뉴 모바일 */
    .bshop_tab_menu {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .bshop_tab_menu li {
        padding: 15px;
        font-size: 14px;
    }
    
    .bshop_tab_content {
        padding: 20px;
    }
    
    .bshop_product_tabs {
        margin-top: 40px;
    }
}

